proxygen
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_header_field
 
http_data_cb on_header_value
 
http_data_cb on_headers_complete
 
http_data_cb on_body
 
http_cb on_message_complete
 
http_data_cb on_reason
 
http_cb on_chunk_header
 
http_cb on_chunk_complete
 

Detailed Description

Definition at line 246 of file http_parser.h.

Member Data Documentation

http_data_cb http_parser_settings::on_body

Definition at line 252 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_cb http_parser_settings::on_chunk_complete

Definition at line 259 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_cb http_parser_settings::on_chunk_header

Definition at line 258 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_data_cb http_parser_settings::on_header_field

Definition at line 249 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_data_cb http_parser_settings::on_header_value

Definition at line 250 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_data_cb http_parser_settings::on_headers_complete

Definition at line 251 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings(), and http_parser_execute().

http_cb http_parser_settings::on_message_begin

Definition at line 247 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_cb http_parser_settings::on_message_complete

Definition at line 253 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_data_cb http_parser_settings::on_reason

Definition at line 254 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().

http_data_cb http_parser_settings::on_url

Definition at line 248 of file http_parser.h.

Referenced by proxygen::HTTP1xCodec::getParserSettings().


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