uriparser 0.9.7
Loading...
Searching...
No Matches
Data Fields
UriPathSegmentStructA Struct Reference

#include <Uri.h>

Data Fields

UriTextRangeA text
 
struct UriPathSegmentStructAnext
 
void * reserved
 

Detailed Description

Represents a path segment within a URI path. More precisely it is a node in a linked list of path segments.

See also
UriUriA
Since
0.3.0

Field Documentation

◆ next

struct UriPathSegmentStructA* next

Pointer to the next path segment in the list, can be NULL if last already

◆ reserved

void* reserved

Reserved to the parser

◆ text

Path segment name


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