ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::platform::HttpClientConfig Struct Reference

Call-time configuration for HTTP client creation. More...

#include <platform.hpp>

Public Attributes

const char * host = nullptr
 Target hostname (required).
uint16_t port = 443
 Target port number.
bool use_tls = true
 Whether to use TLS encryption.
unsigned long timeout_ms = 30000
 Request timeout in milliseconds.

Detailed Description

Call-time configuration for HTTP client creation.

Passed to CreateHttpClient() to specify connection parameters. Host is required; all other fields have sensible defaults.


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