Libevhtp  1.2.10-dev
Data Fields
evhtp_uri_t Struct Reference

a generic container representing an entire URI strucutre More...

#include <evhtp.h>

Data Fields

evhtp_authority_t * authority
 
evhtp_path_t * path
 
unsigned char * fragment
 data after '#' in uri More...
 
unsigned char * query_raw
 the unparsed query arguments More...
 
evhtp_query_tquery
 list of k/v for query arguments More...
 
htp_scheme scheme
 set if a scheme is found More...
 

Detailed Description

a generic container representing an entire URI strucutre

Definition at line 389 of file evhtp.h.

Field Documentation

§ authority

evhtp_authority_t* evhtp_uri_t::authority

Definition at line 390 of file evhtp.h.

§ fragment

unsigned char* evhtp_uri_t::fragment

data after '#' in uri

Definition at line 392 of file evhtp.h.

§ path

evhtp_path_t* evhtp_uri_t::path

Definition at line 391 of file evhtp.h.

§ query

evhtp_query_t* evhtp_uri_t::query

list of k/v for query arguments

Definition at line 394 of file evhtp.h.

§ query_raw

unsigned char* evhtp_uri_t::query_raw

the unparsed query arguments

Definition at line 393 of file evhtp.h.

§ scheme

htp_scheme evhtp_uri_t::scheme

set if a scheme is found

Definition at line 395 of file evhtp.h.


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