httpd_req_aux struct
Auxiliary data structure for use during reception and processing of requests and temporarily keeping responses
Fields
Pointer to socket database.
Temporary buffer for our operations (1 byte extra for null termination).
Amount of data remaining to be fetched.
HTTP response's status code.
HTTP response's content type.
Used to indicate if first chunk sent.
Count of total headers in request packet.
Count of additional headers in response packet.
Additional headers in response packet.
URL parsing result, used for retrieving URL elements.
WebSocket handshake detection flag.
WebSocket FIN bit (final frame or not).
WebSocket mask key for this payload.