|
forgeant docs-test-0
Build LLM-powered agents in C++
|
This is the complete list of members for forgeant::HttpClient, including all inherited members.
| async_post(const std::string &url, const HttpHeaders &headers, const std::string &body)=0 | forgeant::HttpClient | pure virtual |
| HttpClient()=default | forgeant::HttpClient | |
| HttpClient(const HttpClient &)=delete | forgeant::HttpClient | |
| HttpClient(HttpClient &&)=default | forgeant::HttpClient | |
| operator=(const HttpClient &)=delete | forgeant::HttpClient | |
| operator=(HttpClient &&)=default | forgeant::HttpClient | |
| post(const std::string &url, const HttpHeaders &headers, const std::string &body)=0 | forgeant::HttpClient | pure virtual |
| post_stream(const std::string &url, const HttpHeaders &headers, const std::string &body, StreamCallback on_chunk)=0 | forgeant::HttpClient | pure virtual |
| ~HttpClient()=default | forgeant::HttpClient | virtual |