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.
§ file
the filename if present (c.html)
Definition at line 416 of file evhtp.h.
§ full
the full path+file (/a/b/c.html)
Definition at line 414 of file evhtp.h.
§ match_end
char* evhtp_path_t::match_end |
§ match_start
char* evhtp_path_t::match_start |
§ matched_eoff
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.
§ matched_soff
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.
§ path
the path (/a/b/)
Definition at line 415 of file evhtp.h.
The documentation for this struct was generated from the following file: