uriparser 0.9.8
|
#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 error which occurred
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