Safeheron-SGX-Native-Development-Framework v1.2.0
Loading...
Searching...
No Matches
ssgx::http_t::Client Member List

This is the complete list of members for ssgx::http_t::Client, including all inherited members.

Client(const std::string &host)ssgx::http_t::Clientexplicit
Client(const std::string &host, int port)ssgx::http_t::Clientexplicit
Client(const std::string &host, int port, const std::string &server_ca)ssgx::http_t::Clientexplicit
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 &params, int time_out_sec=SSGX_HTTP_CLIENT_TIMEOUT)ssgx::http_t::Client
Get(const std::string &path, const TypeHeaders &headers, const TypeParams &params, 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()=defaultssgx::http_t::Clientvirtual