Libevhtp  0.3.7
Data Fields
evhtp_uri_s Struct Reference

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

#include <evhtp.h>

Data Fields

evhtp_authority_tauthority
 
evhtp_path_tpath
 
unsigned char * fragment
 
unsigned char * query_raw
 
evhtp_query_tquery
 
htp_scheme scheme
 

Detailed Description

a generic container representing an entire URI strucutre

Definition at line 369 of file evhtp.h.

Field Documentation

evhtp_authority_t* authority

Definition at line 370 of file evhtp.h.

unsigned char* fragment

data after '#' in uri

Definition at line 372 of file evhtp.h.

evhtp_path_t* path

Definition at line 371 of file evhtp.h.

evhtp_query_t* query

list of k/v for query arguments

Definition at line 374 of file evhtp.h.

unsigned char* query_raw

the unparsed query arguments

Definition at line 373 of file evhtp.h.

htp_scheme scheme

set if a scheme is found

Definition at line 375 of file evhtp.h.


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