Libevhtp
1.2.13
|
structure which represents a URI path and or file More...
#include <evhtp.h>
Data Fields | |
char * | full |
the full path+file (/a/b/c.html) More... | |
char * | path |
the path (/a/b/) More... | |
char * | file |
the filename if present (c.html) More... | |
char * | match_start |
char * | match_end |
unsigned int | matched_soff |
offset of where the uri starts mainly used for regex matching More... | |
unsigned int | matched_eoff |
offset of where the uri ends mainly used for regex matching More... | |
structure which represents a URI path and or file
Definition at line 386 of file evhtp/evhtp.h.
char* evhtp_path_t::file |
the filename if present (c.html)
Definition at line 389 of file evhtp/evhtp.h.
char* evhtp_path_t::full |
the full path+file (/a/b/c.html)
Definition at line 387 of file evhtp/evhtp.h.
char* evhtp_path_t::match_end |
Definition at line 391 of file evhtp/evhtp.h.
char* evhtp_path_t::match_start |
Definition at line 390 of file evhtp/evhtp.h.
unsigned int evhtp_path_t::matched_eoff |
offset of where the uri ends mainly used for regex matching
Definition at line 395 of file evhtp/evhtp.h.
unsigned int evhtp_path_t::matched_soff |
offset of where the uri starts mainly used for regex matching
Definition at line 392 of file evhtp/evhtp.h.
char* evhtp_path_t::path |
the path (/a/b/)
Definition at line 388 of file evhtp/evhtp.h.