ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::core::HttpResponse Struct Reference

Simple HTTP response container. More...

#include <http_client.hpp>

Public Attributes

int status_code = 0
 HTTP status code (e.g., 200, 404, 500).
std::string body
 Response body (usually JSON).
std::map< std::string, std::string > headers
 Response headers.

Detailed Description

Simple HTTP response container.


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