|
forgeant docs-test-0
Build LLM-powered agents in C++
|
#include <response.hpp>
Public Member Functions | |
| bool | operator== (const HttpResponse &) const =default |
Public Attributes | |
| int | status_code = 0 |
| std::unordered_map< std::string, std::string > | headers |
| std::string | body |
|
default |
| std::string forgeant::HttpResponse::body |
| std::unordered_map<std::string, std::string> forgeant::HttpResponse::headers |
| int forgeant::HttpResponse::status_code = 0 |