TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
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 236 of file http_parser.h.

Member Data Documentation

http_data_cb http_parser_settings::on_body

Definition at line 243 of file http_parser.h.

Referenced by QHttpConnectionPrivate::QHttpConnectionPrivate().

http_cb http_parser_settings::on_chunk_complete

Definition at line 249 of file http_parser.h.

http_cb http_parser_settings::on_chunk_header

Definition at line 248 of file http_parser.h.

http_data_cb http_parser_settings::on_header_field

Definition at line 240 of file http_parser.h.

Referenced by QHttpConnectionPrivate::QHttpConnectionPrivate().

http_data_cb http_parser_settings::on_header_value

Definition at line 241 of file http_parser.h.

Referenced by QHttpConnectionPrivate::QHttpConnectionPrivate().

http_cb http_parser_settings::on_headers_complete
http_cb http_parser_settings::on_message_begin

Definition at line 237 of file http_parser.h.

Referenced by QHttpConnectionPrivate::QHttpConnectionPrivate().

http_cb http_parser_settings::on_message_complete

Definition at line 244 of file http_parser.h.

Referenced by QHttpConnectionPrivate::QHttpConnectionPrivate().

http_data_cb http_parser_settings::on_status

Definition at line 239 of file http_parser.h.

http_data_cb http_parser_settings::on_url

Definition at line 238 of file http_parser.h.

Referenced by QHttpConnectionPrivate::QHttpConnectionPrivate().


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