URIComponent#

class URIComponent#

Enum values passed to uri_copy to indicate the components of the URI that should be updated with the given values.

Fields#

class URIComponent
AUTH_PARAMS#

The URI authentication parameters component

FRAGMENT#

The URI fragment component

HOST#

The URI host component

NONE#

No component

PASSWORD#

The URI password component

PATH#

The URI path component

PORT#

The URI port component

QUERY#

The URI query component

SCHEME#

The URI scheme component

USER#

The URI user component