structure which represents a URI path and or file
More...
#include <evhtp.h>
structure which represents a URI path and or file
Definition at line 413 of file evhtp.h.
the filename if present (c.html)
Definition at line 416 of file evhtp.h.
the full path+file (/a/b/c.html)
Definition at line 414 of file evhtp.h.
char* evhtp_path_t::match_end |
char* evhtp_path_t::match_start |
unsigned int evhtp_path_t::matched_eoff |
offset of where the uri ends mainly used for regex matching
Definition at line 422 of file evhtp.h.
unsigned int evhtp_path_t::matched_soff |
offset of where the uri starts mainly used for regex matching
Definition at line 419 of file evhtp.h.
the path (/a/b/)
Definition at line 415 of file evhtp.h.
The documentation for this struct was generated from the following file: