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.
§ authority
evhtp_authority_t* evhtp_uri_t::authority |
§ 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 |
§ 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: