uriparser  0.7.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator
Data Fields
UriUriStructA Struct Reference

#include <Uri.h>

Data Fields

UriTextRangeA scheme
 
UriTextRangeA userInfo
 
UriTextRangeA hostText
 
UriHostDataA hostData
 
UriTextRangeA portText
 
UriPathSegmentApathHead
 
UriPathSegmentApathTail
 
UriTextRangeA query
 
UriTextRangeA fragment
 
UriBool absolutePath
 
UriBool owner
 
void * reserved
 

Detailed Description

Represents an RFC 3986 URI. Missing components can be {NULL, NULL} ranges.

See Also
uriParseUriA
uriFreeUriMembersA
UriParserStateA
Since
0.3.0

Field Documentation

UriBool absolutePath

Absolute path flag, distincting "a" and "/a"

UriTextRangeA fragment

Query without leading "#"

UriHostDataA hostData

Structured host type specific data

UriTextRangeA hostText

Host text (set for all hosts, excluding square brackets)

UriBool owner

Memory owner flag

UriPathSegmentA* pathHead

Head of a linked list of path segments

UriPathSegmentA* pathTail

Tail of the list behind pathHead

UriTextRangeA portText

Port (e.g. "80")

Query without leading "?"

void* reserved

Reserved to the parser

UriTextRangeA scheme

Scheme (e.g. "http")

UriTextRangeA userInfo

User info (e.g. "user:pass")


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