Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
const char *
The URI to handle.
Method supported by the URI, HTTP_ANY for wildcard method to support all methods.
Handler to call for supported request method. This must return ESP_OK, or else the underlying socket will be closed.
void *
Pointer to user context data which will be available to handler.
bool
Flag for indicating a WebSocket endpoint. If this flag is true, then method must be HTTP_GET. Otherwise the handshake will not be handled.
bool
Flag indicating that control frames (PING, PONG, CLOSE) are also passed to the handler This is used if a custom processing of the control frames is needed.
const char *
Pointer to subprotocol supported by URI.

References

from examples