|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
#include <parser.h>
Data Fields | |
| unsigned int | type: 2 |
| PRIVATE. | |
| unsigned int | flags: 8 |
| unsigned int | state: 7 |
| unsigned int | header_state: 7 |
| unsigned int | index: 7 |
| unsigned int | lenient_http_headers: 1 |
| uint32_t | nread |
| uint64_t | content_length |
| unsigned short | http_major |
| READ-ONLY. | |
| unsigned short | http_minor |
| unsigned int | status_code: 16 |
| unsigned int | method: 8 |
| unsigned int | http_errno: 7 |
| unsigned int | upgrade: 1 |
| void * | data |
| PUBLIC. | |
| const struct sockaddr * | addr |
| const struct sockaddr* http_parser::addr |
| uint64_t http_parser::content_length |
| void* http_parser::data |
PUBLIC.
| unsigned int http_parser::flags |
| unsigned int http_parser::header_state |
| unsigned int http_parser::http_errno |
| unsigned short http_parser::http_major |
READ-ONLY.
| unsigned short http_parser::http_minor |
| unsigned int http_parser::index |
| unsigned int http_parser::lenient_http_headers |
| unsigned int http_parser::method |
| uint32_t http_parser::nread |
| unsigned int http_parser::state |
| unsigned int http_parser::status_code |
| unsigned int http_parser::type |
PRIVATE.
| unsigned int http_parser::upgrade |