Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
http_parser_settings Struct Reference

#include <parser.h>

Data Fields

http_cb on_message_begin
 
http_data_cb on_url
 
http_data_cb on_status
 
http_data_cb on_header_field
 
http_data_cb on_header_value
 
http_cb on_headers_complete
 
http_data_cb on_body
 
http_cb on_message_complete
 
http_cb on_chunk_header
 
http_cb on_chunk_complete
 

Field Documentation

◆ on_body

http_data_cb http_parser_settings::on_body

◆ on_chunk_complete

http_cb http_parser_settings::on_chunk_complete

◆ on_chunk_header

http_cb http_parser_settings::on_chunk_header

◆ on_header_field

http_data_cb http_parser_settings::on_header_field

◆ on_header_value

http_data_cb http_parser_settings::on_header_value

◆ on_headers_complete

http_cb http_parser_settings::on_headers_complete

◆ on_message_begin

http_cb http_parser_settings::on_message_begin

◆ on_message_complete

http_cb http_parser_settings::on_message_complete

◆ on_status

http_data_cb http_parser_settings::on_status

◆ on_url

http_data_cb http_parser_settings::on_url

The documentation for this struct was generated from the following file: