|
Agents 1.6.9
Edge AI Agents SDK
|
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::HTTPClient | static |
| get(const std::string &url, const Params ¶ms, const Headers &headers, int timeout_ms=30000) | agents::HTTPClient | static |
| Headers typedef | agents::HTTPClient | |
| HTTPClient(const std::string &url) | agents::HTTPClient | explicit |
| HTTPClient(const HTTPClient &)=delete (defined in agents::HTTPClient) | agents::HTTPClient | |
| HTTPClient(HTTPClient &&) noexcept | agents::HTTPClient | |
| operator=(const HTTPClient &)=delete (defined in agents::HTTPClient) | agents::HTTPClient | |
| operator=(HTTPClient &&) noexcept | agents::HTTPClient | |
| Params typedef | 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::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 | static |
| WriteCallback typedef | agents::HTTPClient | |
| ~HTTPClient() (defined in agents::HTTPClient) | agents::HTTPClient |