ENCODED


Description:

ENCODED

When parsing a URI, this indicates that `%`-encoded characters in the userinfo, path, query, and fragment fields should not be decoded.

(And likewise the host field if g_uri_flags_non_dns is also set.) When building a URI, it indicates that you have already `%`-encoded the components, and so Uri should not do any encoding itself.