|
Safeheron-SGX-Native-Development-Framework v1.2.0
|
This is the complete list of members for ssgx::http_t::Client, including all inherited members.
| Client(const std::string &host) | ssgx::http_t::Client | explicit |
| Client(const std::string &host, int port) | ssgx::http_t::Client | explicit |
| Client(const std::string &host, int port, const std::string &server_ca) | ssgx::http_t::Client | explicit |
| Get(const std::string &path, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Get(const std::string &path, const TypeHeaders &headers, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Get(const std::string &path, const TypeParams ¶ms, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Get(const std::string &path, const TypeHeaders &headers, const TypeParams ¶ms, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Post(const std::string &path, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Post(const std::string &path, const TypeHeaders &headers, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Post(const std::string &path, const char *body, size_t content_length, const std::string &content_type, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Post(const std::string &path, const TypeHeaders &headers, const char *body, size_t content_length, const std::string &content_type, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Post(const std::string &path, const std::string &body, const std::string &content_type, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| Post(const std::string &path, const TypeHeaders &headers, const std::string &body, const std::string &content_type, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT) | ssgx::http_t::Client | |
| ~Client()=default | ssgx::http_t::Client | virtual |