ESP32 HTTPS Server
|
▼Nhttpsserver | |
CConnectionContext | Internal class to handle the state of a connection |
CHTTPBodyParser | |
CHTTPConnection | Represents a single open connection for the plain HTTPServer, without TLS |
CHTTPHeader | Represents a single name/value pair of an HTTP header |
CHTTPHeaders | Groups and manages a set of HTTPHeader instances |
CHTTPMultipartBodyParser | |
CHTTPNode | Base class for a URL/route-handler in the server |
CHTTPRequest | Represents the request stream for an HTTP request |
CHTTPResponse | Represents the response stream of an HTTP request |
CHTTPSConnection | Connection class for an open TLS-enabled connection to an HTTPSServer |
CHTTPServer | Main implementation for the plain HTTP server. Use HTTPSServer for TLS support |
CHTTPSServer | Main implementation of the HTTP Server with TLS support. Use HTTPServer for plain HTTP |
CHTTPURLEncodedBodyParser | |
CHTTPValidator | Internal representation of a validator function |
CResolvedResource | This class represents a resolved resource, meaning the result of mapping a string URL to an HTTPNode |
CResourceNode | This HTTPNode represents a route that maps to a regular HTTP request for a resource (static or dynamic) |
CResourceParameters | The ResourceParameters provide access to the parameters passed in the URI |
CResourceResolver | This class is used internally to resolve a string URL to the corresponding HTTPNode |
CSSLCert | Certificate and private key that can be passed to the HTTPSServer |
CWebsocketFrame | |
CWebsocketHandler | |
CWebsocketInputStreambuf | |
CWebsocketNode |