Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpAsyncClientTlsOptions Struct Reference

TLS policy for HttpAsyncClient HTTPS requests. More...

#include <HttpAsyncClient.h>

Public Attributes

bool verifyPeer = true
 
Span< const char > caCertificates
 
StringSpan caCertificatesPath
 

Detailed Description

TLS policy for HttpAsyncClient HTTPS requests.

The pointed-to CA buffers and paths must outlive requests using these options. https:// transport wiring is still in progress, but the policy lives on the client so request and response message types stay HTTP-only.


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