forgeant docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
forgeant::HttpResponse Struct Reference

#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
 

Member Function Documentation

◆ operator==()

bool forgeant::HttpResponse::operator== ( const HttpResponse ) const
default

Member Data Documentation

◆ body

std::string forgeant::HttpResponse::body

◆ headers

std::unordered_map<std::string, std::string> forgeant::HttpResponse::headers

◆ status_code

int forgeant::HttpResponse::status_code = 0

The documentation for this struct was generated from the following file: