Added (not yet enabled) HTTP client authentication

This commit is contained in:
Lee Clagett 2016-12-30 01:47:57 -05:00
parent c6ec939626
commit d81cb08704
6 changed files with 791 additions and 190 deletions

View file

@ -53,7 +53,7 @@ namespace epee
{}
bool init(const std::string& bind_port = "0", const std::string& bind_ip = "0.0.0.0",
std::string user_agent = "", boost::optional<net_utils::http::http_auth::login> user = boost::none)
std::string user_agent = "", boost::optional<net_utils::http::login> user = boost::none)
{
//set self as callback handler