UriHideFlags

Added in version 2.66.

class UriHideFlags

Flags describing what parts of the URI to hide in to_string_partial(). Note that PASSWORD and AUTH_PARAMS will only work if the Uri was parsed with the corresponding flags.

Fields

class UriHideFlags
AUTH_PARAMS

Hide the auth_params.

FRAGMENT

Hide the fragment.

NONE

No flags set.

PASSWORD

Hide the password.

QUERY

Hide the query.

USERINFO

Hide the userinfo.