forgeant docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
client.hpp File Reference
#include <forgeant/http/response.hpp>
#include <functional>
#include <future>
#include <string>
#include <string_view>
#include <unordered_map>
Include dependency graph for client.hpp:
This graph shows which files directly or indirectly include this file:

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)>