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 Struct Reference

#include <http_parser.h>

Public Attributes

unsigned int type: 2
 PRIVATE. More...
 
unsigned int flags: 7
 
unsigned int state: 7
 
unsigned int header_state: 8
 
unsigned int index: 8
 
uint32_t nread
 
uint64_t content_length
 
unsigned short http_major
 READ-ONLY. More...
 
unsigned short http_minor
 
unsigned int status_code: 16
 
unsigned int method: 8
 
unsigned int http_errno: 7
 
unsigned int upgrade: 1
 
void * data
 PUBLIC. More...
 

Detailed Description

Definition at line 206 of file http_parser.h.

Member Data Documentation

uint64_t http_parser::content_length

Definition at line 215 of file http_parser.h.

Referenced by http_message_needs_eof(), and http_parser_execute().

void* http_parser::data
unsigned int http_parser::flags
unsigned int http_parser::header_state

Definition at line 211 of file http_parser.h.

Referenced by http_parser_execute().

unsigned int http_parser::http_errno

Definition at line 222 of file http_parser.h.

Referenced by http_parser_init().

unsigned short http_parser::http_major
unsigned short http_parser::http_minor
unsigned int http_parser::index

Definition at line 212 of file http_parser.h.

Referenced by http_parser_execute().

unsigned int http_parser::method

Definition at line 221 of file http_parser.h.

Referenced by QHttpConnectionPrivate::HeadersComplete(), and http_parser_execute().

uint32_t http_parser::nread

Definition at line 214 of file http_parser.h.

Referenced by http_parser_execute().

unsigned int http_parser::state

Definition at line 210 of file http_parser.h.

Referenced by http_body_is_final(), http_parser_execute(), and http_parser_init().

unsigned int http_parser::status_code

Definition at line 220 of file http_parser.h.

Referenced by http_message_needs_eof(), and http_parser_execute().

unsigned int http_parser::type

PRIVATE.

Definition at line 208 of file http_parser.h.

Referenced by http_message_needs_eof(), http_parser_execute(), and http_parser_init().

unsigned int http_parser::upgrade

Definition at line 229 of file http_parser.h.

Referenced by http_parser_execute().


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