mirror of
https://github.com/monero-project/monero.git
synced 2025-06-25 22:40:36 -04:00
wallet2_api: implement runtime proxy configuration
This commit is contained in:
parent
5d850dde99
commit
76c16822d0
19 changed files with 212 additions and 54 deletions
|
@ -885,14 +885,6 @@ namespace net_utils
|
|||
}
|
||||
};
|
||||
typedef http_simple_client_template<blocked_mode_client> http_simple_client;
|
||||
|
||||
class http_simple_client_factory : public http_client_factory
|
||||
{
|
||||
public:
|
||||
std::unique_ptr<abstract_http_client> create() override {
|
||||
return std::unique_ptr<epee::net_utils::http::abstract_http_client>(new epee::net_utils::http::http_simple_client());
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue