This is the complete list of members for fun::HttpClientPool, including all inherited members.
Delete(const string &url, const Json &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Delete(const string &url, const Ptr< const string > &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Delete(const string &url, const HeaderMap &headers, const Json &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Delete(const string &url, const HeaderMap &headers, const Ptr< const string > &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
DeleteAsync(const string &url, const Ptr< const string > &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
DeleteAsync(const string &url, const Json &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
DeleteAsync(const string &url, const HeaderMap &headers, const Ptr< const string > &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
DeleteAsync(const string &url, const HeaderMap &headers, const Json &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Get(const string &url, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Get(const string &url, const HeaderMap &headers, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
GetAsync(const string &url, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
GetAsync(const string &url, const HeaderMap &headers, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
GetSize(const string &host) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
GetSizeAll(std::vector< std::pair< string, size_t > > *out) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Handler typedef (defined in fun::HttpClientPool) | fun::HttpClientPool | |
HeaderMap typedef (defined in fun::HttpClientPool) | fun::HttpClientPool | |
kNullHeader (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Post(const string &url, const Ptr< const string > &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Post(const string &url, const Json &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Post(const string &url, const curl_httppost *data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Post(const string &url, const HeaderMap &headers, const Ptr< const string > &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Post(const string &url, const HeaderMap &headers, const Json &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Post(const string &url, const HeaderMap &headers, const curl_httppost *data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PostAsync(const string &url, const Ptr< const string > &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PostAsync(const string &url, const Json &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PostAsync(const string &url, const curl_httppost *data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PostAsync(const string &url, const HeaderMap &headers, const Ptr< const string > &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PostAsync(const string &url, const HeaderMap &headers, const Json &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PostAsync(const string &url, const HeaderMap &headers, const curl_httppost *data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Put(const string &url, const Ptr< const string > &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Put(const string &url, const Json &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Put(const string &url, const HeaderMap &headers, const Ptr< const string > &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
Put(const string &url, const HeaderMap &headers, const Json &data, http::Response *response) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PutAsync(const string &url, const Ptr< const string > &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PutAsync(const string &url, const Json &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PutAsync(const string &url, const HeaderMap &headers, const Ptr< const string > &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |
PutAsync(const string &url, const HeaderMap &headers, const Json &data, const Handler &handler, size_t timeout_in_ms=0) (defined in fun::HttpClientPool) | fun::HttpClientPool | static |