ESP-IDF
http_parser
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
http_parser
http_parser struct
Syntax
Show:
Summary
Declaration
Definition
from
http_parser.h:67
typedef
struct
http_parser
http_parser
;
Implemented in
http_parser.h:222
Fields
Field
Declared as
Description
http_parser::status_code
unsigned
int
:
16
http_parser::method
unsigned
int
:
8
http_parser::http_errno
unsigned
int
:
7
http_parser::upgrade
unsigned
int
:
1
http_parser::data
void
*
PUBLIC *.
http_parser::type
unsigned
int
:
2
PRIVATE *.
http_parser::flags
unsigned
int
:
8
http_parser::state
unsigned
int
:
7
http_parser::header_state
unsigned
int
:
7
http_parser::index
unsigned
int
:
7
http_parser::lenient_http_headers
unsigned
int
:
1
http_parser::nread
uint32_t
http_parser::content_length
uint64_t
http_parser::http_major
unsigned
short
READ-ONLY *.
http_parser::http_minor
unsigned
short
Related Functions
Found 27 other functions taking a
http_parser
argument:
Function
http_should_keep_alive()
http_parser_execute()
http_parser_init()
http_parser_pause()
verify_url()
pause_parsing()
http_message_needs_eof()
http_on_message_begin()
http_on_url()
http_on_status()
http_on_header_field()
http_on_header_value()
http_on_headers_complete()
http_on_body()
http_on_message_complete()
http_on_chunk_complete()
http_on_chunk_header()
cb_header_field()
cb_headers_complete()
cb_header_value()
continue_parsing()
cb_on_body()
cb_no_body()
parse_init()
parse_block()
cb_url()
http_body_is_final()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out