esp_transport_ws_config_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
const char *
HTTP path to update protocol to websocket.
const char *
WS subprotocol.
const char *
WS user agent.
const char *
WS additional headers.
const char *
HTTP authorization header.
bool
If true, control frames are passed to the reader If false, only user frames are propagated, control frames are handled automatically during read operations.