C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::net::http_client_config Struct Reference

Public Member Functions

 ES_API (CPPESSENCE) static http_client_config get_default()
 
 ES_API (CPPESSENCE) static http_client_config get_default_no_timeout()
 
web::http::client::http_client_config & assign_to (web::http::client::http_client_config &opaque) const
 

Public Attributes

std::uint32_t timeout {}
 
bool validate_certificates {}
 
bool https_to_http_redirects {}
 
std::optional< abi::string > proxy
 

Static Public Attributes

static constexpr auto no_timeout = std::numeric_limits<std::uint32_t>::max()
 

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