|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_http_parser.h>
Data Fields | |
| unsigned char | type: 2 |
| unsigned char | flags: 6 |
| unsigned char | state |
| unsigned char | header_state |
| unsigned char | index |
| uint32_t | nread |
| ssize_t | content_length |
| unsigned short | http_major |
| unsigned short | http_minor |
| unsigned short | status_code |
| unsigned char | method |
| char | upgrade |
| void * | data |
Definition at line 181 of file php_http_parser.h.
| ssize_t php_http_parser::content_length |
Definition at line 190 of file php_http_parser.h.
| void* php_http_parser::data |
PUBLIC
Definition at line 206 of file php_http_parser.h.
| unsigned char php_http_parser::flags |
Definition at line 184 of file php_http_parser.h.
| unsigned char php_http_parser::header_state |
Definition at line 186 of file php_http_parser.h.
| unsigned short php_http_parser::http_major |
READ-ONLY
Definition at line 193 of file php_http_parser.h.
| unsigned short php_http_parser::http_minor |
Definition at line 194 of file php_http_parser.h.
| unsigned char php_http_parser::index |
Definition at line 187 of file php_http_parser.h.
| unsigned char php_http_parser::method |
Definition at line 196 of file php_http_parser.h.
| uint32_t php_http_parser::nread |
Definition at line 189 of file php_http_parser.h.
| unsigned char php_http_parser::state |
Definition at line 185 of file php_http_parser.h.
| unsigned short php_http_parser::status_code |
Definition at line 195 of file php_http_parser.h.
| unsigned char php_http_parser::type |
PRIVATE
Definition at line 183 of file php_http_parser.h.
| char php_http_parser::upgrade |
Definition at line 203 of file php_http_parser.h.