Added authentication support to HTTP library
This commit is contained in:
parent
047aebdb27
commit
c22a3c6e0f
2 changed files with 37 additions and 0 deletions
|
@ -46,6 +46,7 @@ namespace HTTP {
|
|||
void Proxy(Socket::Connection & from, Socket::Connection & to);
|
||||
void Clean();
|
||||
void CleanPreserveHeaders();
|
||||
void auth(const std::string & user, const std::string & pass, const std::string & authReq);
|
||||
std::string body;
|
||||
std::string method;
|
||||
std::string url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue