Interface UriParamsFlags


public interface UriParamsFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Parameter names are case insensitive.
    static final int
    No flags set.
    static final int
    See %G_URI_FLAGS_PARSE_RELAXED.
    static final int
    Replace `+` with space character.
  • Field Details

    • NONE

      static final int NONE
      No flags set.
      See Also:
    • CASE_INSENSITIVE

      static final int CASE_INSENSITIVE
      Parameter names are case insensitive.
      See Also:
    • WWW_FORM

      static final int WWW_FORM
      Replace `+` with space character. Only useful for
      URLs on the web, using the `https` or `http` schemas.
      See Also:
    • PARSE_RELAXED

      static final int PARSE_RELAXED
      See %G_URI_FLAGS_PARSE_RELAXED.
      See Also: