|
iceberg-cpp
|
This is the complete list of members for iceberg::rest::HttpClient, including all inherited members.
| Delete(const std::string &path, const std::unordered_map< std::string, std::string > ¶ms, const std::unordered_map< std::string, std::string > &headers, const ErrorHandler &error_handler, auth::AuthSession &session) | iceberg::rest::HttpClient | |
| Get(const std::string &path, const std::unordered_map< std::string, std::string > ¶ms, const std::unordered_map< std::string, std::string > &headers, const ErrorHandler &error_handler, auth::AuthSession &session) | iceberg::rest::HttpClient | |
| Head(const std::string &path, const std::unordered_map< std::string, std::string > &headers, const ErrorHandler &error_handler, auth::AuthSession &session) | iceberg::rest::HttpClient | |
| HttpClient(std::unordered_map< std::string, std::string > default_headers={}) (defined in iceberg::rest::HttpClient) | iceberg::rest::HttpClient | explicit |
| HttpClient(const HttpClient &)=delete (defined in iceberg::rest::HttpClient) | iceberg::rest::HttpClient | |
| HttpClient(HttpClient &&)=delete (defined in iceberg::rest::HttpClient) | iceberg::rest::HttpClient | |
| operator=(const HttpClient &)=delete (defined in iceberg::rest::HttpClient) | iceberg::rest::HttpClient | |
| operator=(HttpClient &&)=delete (defined in iceberg::rest::HttpClient) | iceberg::rest::HttpClient | |
| Post(const std::string &path, const std::string &body, const std::unordered_map< std::string, std::string > &headers, const ErrorHandler &error_handler, auth::AuthSession &session) | iceberg::rest::HttpClient | |
| PostForm(const std::string &path, const std::unordered_map< std::string, std::string > &form_data, const std::unordered_map< std::string, std::string > &headers, const ErrorHandler &error_handler, auth::AuthSession &session) | iceberg::rest::HttpClient | |
| ~HttpClient() (defined in iceberg::rest::HttpClient) | iceberg::rest::HttpClient |