|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
Provider-independent HTTP response. More...
#include <transport.hpp>
Public Member Functions | |
| std::optional< std::string > | header (std::string_view name) const |
| Finds a header using case-insensitive ASCII comparison. | |
Public Attributes | |
| int | status {0} |
| HTTP response status. | |
| std::vector< HttpHeader > | headers |
| Response headers. | |
| std::string | body |
| Raw response body. | |
Provider-independent HTTP response.