Home
last modified time | relevance | path

Searched refs:REMOVE_DEFAULT_PORT (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php67 const REMOVE_DEFAULT_PORT = 16; define in GuzzleHttp\\Psr7\\UriNormalizer
141 … if ($flags & self::REMOVE_DEFAULT_PORT && $uri->getPort() !== null && Uri::isDefaultPort($uri)) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md773 - `UriNormalizer::REMOVE_DEFAULT_PORT`