Searched refs:preserveHost (Results 1 – 5 of 5) sorted by relevance
125 * @param bool $preserveHost Preserve the original state of the Host header.128 public function withUri(UriInterface $uri, $preserveHost = false); argument
126 * @param bool $preserveHost Preserve the original state of the Host header.129 public function withUri(UriInterface $uri, bool $preserveHost = false): RequestInterface; argument
111 public function withUri(UriInterface $uri, $preserveHost = false): RequestInterface argument120 if (!$preserveHost || !isset($this->headerNames['host'])) {
107 public function withUri(UriInterface $uri, $preserveHost = false) argument116 if (!$preserveHost || !isset($this->headerNames['host'])) {
45 | `withUri(UriInterface $uri, $preserveHost = false)` | Returns a new message instance with the pro…