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

TLS policy for future HttpAsyncServer HTTPS listeners. More...

#include <HttpAsyncServer.h>

Public Attributes

bool enabled = false
 
Span< const char > pemCertificateChain
 
Span< const char > pemPrivateKey
 
Span< StringSpan > alpnProtocols
 

Detailed Description

TLS policy for future HttpAsyncServer HTTPS listeners.

The pointed-to certificate, key, and ALPN buffers must outlive the server listener using these options.


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