constant UriNormalizer::CONVERT_EMPTY_PATH in Auth0 Single Sign On 8.2
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;