You are here

constant UriNormalizer::REMOVE_DEFAULT_PORT in Lockr 7.3

Removes the default port of the given URI scheme from the URI.

Example: http://example.org:80/http://example.org/

File

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

Class

UriNormalizer
Provides methods to normalize and compare URIs.

Namespace

GuzzleHttp\Psr7

Code

const REMOVE_DEFAULT_PORT = 16;