HTTP message structure that gets passed to dynamic URL processor functions.
Data Fields | |
| const uint8_t * | data |
| Packet data in message body | |
| uint16_t | data_length |
| Data length in current packet | |
| uint32_t | data_remaining |
| Data yet to be consumed | |
| bool | is_chunked_transfer |
| Chunked data format | |
| cy_http_mime_type_t | mime_type |
| MIME type | |
| cy_http_request_type_t | request_type |
| Request type | |