Struct http_request_t
Defined in File mat.h
Struct Documentation
-
struct http_request_t
Represents a single HTTP request.
Used by optional app-provided HTTP handler callback functions.
Public Members
-
const char *id
-
http_request_type_t type
-
const char *url
-
const uint8_t *body
-
int32_t bodySize
-
const http_header_t *headers
-
int32_t headersCount
-
const char *id