My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
http_parser_settings Struct Reference

#include <http_parser.h>

Public Attributes

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
 

Detailed Description

Definition at line 338 of file http_parser.h.

Member Data Documentation

http_data_cb http_parser_settings::on_body

Definition at line 345 of file http_parser.h.

http_cb http_parser_settings::on_chunk_complete

Definition at line 351 of file http_parser.h.

http_cb http_parser_settings::on_chunk_header

Definition at line 350 of file http_parser.h.

http_data_cb http_parser_settings::on_header_field

Definition at line 342 of file http_parser.h.

http_data_cb http_parser_settings::on_header_value

Definition at line 343 of file http_parser.h.

http_cb http_parser_settings::on_headers_complete

Definition at line 344 of file http_parser.h.

http_cb http_parser_settings::on_message_begin

Definition at line 339 of file http_parser.h.

http_cb http_parser_settings::on_message_complete

Definition at line 346 of file http_parser.h.

http_data_cb http_parser_settings::on_status

Definition at line 341 of file http_parser.h.

http_data_cb http_parser_settings::on_url

Definition at line 340 of file http_parser.h.


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