httpd_req_aux is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
struct sock_db *
Pointer to socket database.
char[HTTPD_SCRATCH_BUF + 1]
Temporary buffer for our operations (1 byte extra for null termination).
size_t
Amount of data remaining to be fetched.
char *
HTTP response's status code.
char *
HTTP response's content type.
bool
Used to indicate if first chunk sent.
unsigned
Count of total headers in request packet.
unsigned
Count of additional headers in response packet.
struct resp_hdr { const char *field; const char *value; } *
Additional headers in response packet.
URL parsing result, used for retrieving URL elements.
bool
WebSocket handshake detection flag.
WebSocket frame type.
bool
WebSocket FIN bit (final frame or not).
uint8_t[4]
WebSocket mask key for this payload.

References

from examples