|
forgeant docs-test-0
Build LLM-powered agents in C++
|
#include <forgeant/http/response.hpp>#include <functional>#include <future>#include <string>#include <string_view>#include <unordered_map>

Go to the source code of this file.
Classes | |
| class | forgeant::HttpClient |
Namespaces | |
| namespace | forgeant |
Typedefs | |
| using | forgeant::HttpHeaders = std::unordered_map< std::string, std::string > |
| using | forgeant::StreamCallback = std::function< bool(std::string_view)> |