NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
Loading...
Searching...
No Matches
neuralplus::HttpResponse Struct Reference

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< HttpHeaderheaders
 Response headers.
 
std::string body
 Raw response body.
 

Detailed Description

Provider-independent HTTP response.


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