a generic container representing an entire URI strucutre
More...
#include <evhtp.h>
a generic container representing an entire URI strucutre
Definition at line 389 of file evhtp.h.
evhtp_authority_t* evhtp_uri_t::authority |
unsigned char* evhtp_uri_t::fragment |
data after '#' in uri
Definition at line 392 of file evhtp.h.
evhtp_path_t* evhtp_uri_t::path |
list of k/v for query arguments
Definition at line 394 of file evhtp.h.
unsigned char* evhtp_uri_t::query_raw |
the unparsed query arguments
Definition at line 393 of file evhtp.h.
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: