Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DRequestInterface.php125 * @param bool $preserveHost Preserve the original state of the Host header.
128 public function withUri(UriInterface $uri, $preserveHost = false); argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php107 public function withUri(UriInterface $uri, $preserveHost = false) argument
116 if (!$preserveHost || !isset($this->headerNames['host'])) {