Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/psr/http-message/src/
DRequestInterface.php125 * @param bool $preserveHost Preserve the original state of the Host header.
128 public function withUri(UriInterface $uri, $preserveHost = false); argument
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DRequestInterface.php126 * @param bool $preserveHost Preserve the original state of the Host header.
129 public function withUri(UriInterface $uri, bool $preserveHost = false): RequestInterface; argument
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DRequest.php111 public function withUri(UriInterface $uri, $preserveHost = false): RequestInterface argument
120 if (!$preserveHost || !isset($this->headerNames['host'])) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DRequest.php107 public function withUri(UriInterface $uri, $preserveHost = false) argument
116 if (!$preserveHost || !isset($this->headerNames['host'])) {
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md45 | `withUri(UriInterface $uri, $preserveHost = false)` | Returns a new message instance with the pro…