proxygen
http_parser_url Struct Reference

#include <http_parser.h>

Public Attributes

uint16_t field_set
 
uint16_t port
 
struct {
   uint16_t   off
 
   uint16_t   len
 
field_data [UF_MAX]
 

Detailed Description

Definition at line 282 of file http_parser.h.

Member Data Documentation

struct { ... } http_parser_url::field_data[UF_MAX]
uint16_t http_parser_url::field_set

Definition at line 283 of file http_parser.h.

Referenced by dump_url(), http_parse_host(), and http_parser_parse_url().

uint16_t http_parser_url::len
uint16_t http_parser_url::off
uint16_t http_parser_url::port

Definition at line 284 of file http_parser.h.

Referenced by dump_url(), http_parser_parse_url(), and proxygen::ParseURL::parse().


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