mirror of
https://github.com/monero-project/monero.git
synced 2025-08-07 06:12:23 -04:00
Added (not yet enabled) HTTP client authentication
This commit is contained in:
parent
c6ec939626
commit
d81cb08704
6 changed files with 791 additions and 190 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue