Public Member Functions | |
http_client_base (const std::string &url) | |
void | set_url (const std::string &url) |
void | set_http_method (const std::string &method) |
void | set_path (const std::string &path) |
void | set_args (const std::string &args) |
void | set_header (const std::string key, const std::string &value) |
boost::optional< std::string > | get_header (const std::string &key) |
Definition at line 6 of file http_client_base.hpp.