ESP32 HTTPS Server
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nhttpsserver
 CConnectionContextInternal class to handle the state of a connection
 CHTTPBodyParser
 CHTTPConnectionRepresents a single open connection for the plain HTTPServer, without TLS
 CHTTPHeaderRepresents a single name/value pair of an HTTP header
 CHTTPHeadersGroups and manages a set of HTTPHeader instances
 CHTTPMultipartBodyParser
 CHTTPNodeBase class for a URL/route-handler in the server
 CHTTPRequestRepresents the request stream for an HTTP request
 CHTTPResponseRepresents the response stream of an HTTP request
 CHTTPSConnectionConnection class for an open TLS-enabled connection to an HTTPSServer
 CHTTPServerMain implementation for the plain HTTP server. Use HTTPSServer for TLS support
 CHTTPSServerMain implementation of the HTTP Server with TLS support. Use HTTPServer for plain HTTP
 CHTTPURLEncodedBodyParser
 CHTTPValidatorInternal representation of a validator function
 CResolvedResourceThis class represents a resolved resource, meaning the result of mapping a string URL to an HTTPNode
 CResourceNodeThis HTTPNode represents a route that maps to a regular HTTP request for a resource (static or dynamic)
 CResourceParametersThe ResourceParameters provide access to the parameters passed in the URI
 CResourceResolverThis class is used internally to resolve a string URL to the corresponding HTTPNode
 CSSLCertCertificate and private key that can be passed to the HTTPSServer
 CWebsocketFrame
 CWebsocketHandler
 CWebsocketInputStreambuf
 CWebsocketNode