|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
Provider-independent HTTP request. More...
#include <transport.hpp>
Public Attributes | |
| HttpMethod | method {HttpMethod::post} |
| Request method. | |
| std::string | url |
| Absolute request URL. | |
| std::vector< HttpHeader > | headers |
| Request headers, including provider authentication. | |
| std::string | body |
| Serialized request body. | |
| std::chrono::milliseconds | timeout {60000} |
| Complete request timeout. | |
Provider-independent HTTP request.