URIComponent
Description:
[ CCode ( cprefix = "SOUP_URI_" , type_id = "soup_uri_component_get_type ()" ) ]
public enum URIComponent
Enum values passed to [func@uri_copy] to indicate the components of the URI that should be updated with the given values.
Content:
Enum values:
- 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