| uriparser
    0.8.4
    | 
#include <Uri.h>
| Data Fields | |
| UriTextRangeA | text | 
| struct UriPathSegmentStructA * | next | 
| void * | reserved | 
Represents a path segment within a URI path. More precisely it is a node in a linked list of path segments.
| struct UriPathSegmentStructA* next | 
Pointer to the next path segment in the list, can be NULL if last already
| void* reserved | 
Reserved to the parser
| UriTextRangeA text | 
Path segment name
 1.8.13
 1.8.13