|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
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. | |
Simple HTTP response container.