| uriparser
    0.8.4
    | 
#include <Uri.h>
| Data Fields | |
| UriUriA * | uri | 
| int | errorCode | 
| const char * | errorPos | 
| void * | reserved | 
Represents a state of the URI parser. Missing components can be NULL to reflect a components absence.
| int errorCode | 
Code identifying the occured error
| const char* errorPos | 
Pointer to position in case of a syntax error
| void* reserved | 
Reserved to the parser
| UriUriA* uri | 
Plug in the URI structure to be filled while parsing here
 1.8.13
 1.8.13