You are here

constant UriNormalizer::CONVERT_EMPTY_PATH in Lockr 7.3

Converts the empty path to "/" for http and https URIs.

Example: http://example.orghttp://example.org/

File

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

Class

UriNormalizer
Provides methods to normalize and compare URIs.

Namespace

GuzzleHttp\Psr7

Code

const CONVERT_EMPTY_PATH = 4;