Agents 1.6.9
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::HTTPClient Member List

This is the complete list of members for agents::HTTPClient, including all inherited members.

Get(const std::string &url, const Headers &headers={}, int timeout_ms=30000)agents::HTTPClient
get(const std::string &url, const Headers &headers, int timeout_ms=30000)agents::HTTPClientstatic
get(const std::string &url, const Params &params, const Headers &headers, int timeout_ms=30000)agents::HTTPClientstatic
Headers typedefagents::HTTPClient
HTTPClient(const std::string &url)agents::HTTPClientexplicit
HTTPClient(const HTTPClient &)=delete (defined in agents::HTTPClient)agents::HTTPClient
HTTPClient(HTTPClient &&) noexceptagents::HTTPClient
operator=(const HTTPClient &)=delete (defined in agents::HTTPClient)agents::HTTPClient
operator=(HTTPClient &&) noexceptagents::HTTPClient
Params typedefagents::HTTPClient
Post(const std::string &url, const Headers &headers, const std::string &body, int timeout_ms=30000, WriteCallback write_cb=nullptr, const std::vector< MultipartFormData > &multipart={})agents::HTTPClient
post(const std::string &url, const Headers &headers, const std::string &body, int timeout_ms=30000, WriteCallback write_cb=nullptr, const std::vector< MultipartFormData > &multipart={})agents::HTTPClientstatic
WriteCallback typedefagents::HTTPClient
~HTTPClient() (defined in agents::HTTPClient)agents::HTTPClient