UriParamsFlags

Added in version 2.66.

class UriParamsFlags

Flags modifying the way parameters are handled by parse_params() and UriParamsIter.

Fields

class UriParamsFlags
CASE_INSENSITIVE

Parameter names are case insensitive.

NONE

No flags set.

PARSE_RELAXED

See PARSE_RELAXED.

WWW_FORM

Replace + with space character. Only useful for URLs on the web, using the https or http schemas.