constant UriNormalizer::CONVERT_EMPTY_PATH in Lockr 7.3
Converts the empty path to "/" for http and https URIs.
Example: http://example.org → http://example.org/
File
- vendor/
guzzlehttp/ psr7/ src/ UriNormalizer.php, line 46
Class
- UriNormalizer
- Provides methods to normalize and compare URIs.
Namespace
GuzzleHttp\Psr7Code
const CONVERT_EMPTY_PATH = 4;