TLS policy for HttpAsyncClient HTTPS requests.
More...
#include <HttpAsyncClient.h>
Public Attributes | |
| bool | verifyPeer = true |
| Span< const char > | caCertificates |
| StringSpan | caCertificatesPath |
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.