:right-sidebar: True UriParamsFlags =================================================================== .. currentmodule:: gi.repository.GLib .. versionadded:: 2.66 .. class:: UriParamsFlags :no-contents-entry: Flags modifying the way parameters are handled by :func:`~gi.repository.GLib.Uri.parse_params` and :obj:`~gi.repository.GLib.UriParamsIter`. Fields ------ .. rst-class:: interim-class .. class:: UriParamsFlags :no-index: .. attribute:: CASE_INSENSITIVE Parameter names are case insensitive. .. attribute:: NONE No flags set. .. attribute:: PARSE_RELAXED See :const:`~gi.repository.GLib.UriFlags.PARSE_RELAXED`. .. attribute:: WWW_FORM Replace ``+`` with space character. Only useful for URLs on the web, using the ``https`` or ``http`` schemas.