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

Provider-independent HTTP request. More...

#include <transport.hpp>

Public Attributes

HttpMethod method {HttpMethod::post}
 Request method.
 
std::string url
 Absolute request URL.
 
std::vector< HttpHeaderheaders
 Request headers, including provider authentication.
 
std::string body
 Serialized request body.
 
std::chrono::milliseconds timeout {60000}
 Complete request timeout.
 

Detailed Description

Provider-independent HTTP request.


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