:right-sidebar: True URIComponent =================================================================== .. currentmodule:: gi.repository.Soup .. class:: URIComponent :no-contents-entry: Enum values passed to :obj:`~gi.repository.Soup.uri_copy` to indicate the components of the URI that should be updated with the given values. Fields ------ .. rst-class:: interim-class .. class:: URIComponent :no-index: .. attribute:: AUTH_PARAMS The URI authentication parameters component .. attribute:: FRAGMENT The URI fragment component .. attribute:: HOST The URI host component .. attribute:: NONE No component .. attribute:: PASSWORD The URI password component .. attribute:: PATH The URI path component .. attribute:: PORT The URI port component .. attribute:: QUERY The URI query component .. attribute:: SCHEME The URI scheme component .. attribute:: USER The URI user component