|
| RESTClient (const std::string &base) |
|
json | get (const std::string &url) |
|
json | post (const std::string &url, const json &postdata=json()) |
|
| RESTClient (const std::string &base) |
|
json | get (const std::string &url) |
|
json | post (const std::string &url, const json &postdata=json()) |
|
void | set_auth (const std::string &user, const std::string &passwd) |
|
void | set_timeout (int timeout) |
|
void | append_header (const char *header) |
|
void | append_header (const std::string &header) |
|
std::string | get (const std::string &url) |
|
std::string | post (const std::string &url, const std::string &postdata="") |
|
std::string | post_form (const std::string &url, const std::vector< std::pair< std::string, std::string >> &fields) |
|
void | set_auth (const std::string &user, const std::string &passwd) |
|
void | set_timeout (int timeout) |
|
void | append_header (const char *header) |
|
void | append_header (const std::string &header) |
|
std::string | get (const std::string &url) |
|
std::string | post (const std::string &url, const std::string &postdata="") |
|
std::string | post_form (const std::string &url, const std::vector< std::pair< std::string, std::string >> &fields) |
|
The documentation for this class was generated from the following files:
- horizon-eda-1.3.0/src/util/http_client.hpp
- horizon-eda-1.3.0/src/util/http_client.cpp