You are here

constant UriNormalizer::CAPITALIZE_PERCENT_ENCODING in Lockr 7.3

All letters within a percent-encoding triplet (e.g., "%3A") are case-insensitive, and should be capitalized.

Example: http://example.org/a%c2%b1bhttp://example.org/a%C2%B1b

File

vendor/guzzlehttp/psr7/src/UriNormalizer.php, line 28

Class

UriNormalizer
Provides methods to normalize and compare URIs.

Namespace

GuzzleHttp\Psr7

Code

const CAPITALIZE_PERCENT_ENCODING = 1;