|
libhttppp ..
|
Public Member Functions | |
| void | parse (libhttppp::HttpRequest &curreq) |
| void | setAuth (libhttppp::HttpResponse &curresp) |
| void | setAuthType (int authtype) |
| void | setRealm (const std::string &realm) |
| void | setUsername (const std::string &username) |
| void | setPassword (const std::string &password) |
| const std::string & | getUsername () |
| const std::string & | getPassword () |
| int | getAuthType () |
| const std::string & | getAuthRequest () |