Libevhtp  0.3.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
evhtp_path_s Struct Reference

structure which represents a URI path and or file More...

#include <evhtp.h>

Data Fields

char * full
 
char * path
 
char * file
 
char * match_start
 
char * match_end
 
unsigned int matched_soff
 
unsigned int matched_eoff
 

Detailed Description

structure which represents a URI path and or file

Definition at line 393 of file evhtp.h.

Field Documentation

char* file

the filename if present (c.html)

Definition at line 396 of file evhtp.h.

char* full

the full path+file (/a/b/c.html)

Definition at line 394 of file evhtp.h.

char* match_end

Definition at line 398 of file evhtp.h.

char* match_start

Definition at line 397 of file evhtp.h.

unsigned int matched_eoff

offset of where the uri ends mainly used for regex matching

Definition at line 402 of file evhtp.h.

unsigned int matched_soff

offset of where the uri starts mainly used for regex matching

Definition at line 399 of file evhtp.h.

char* path

the path (/a/b/)

Definition at line 395 of file evhtp.h.


The documentation for this struct was generated from the following file: