Searched refs:headerNames (Results 1 – 4 of 4) sorted by relevance
16 private $headerNames = []; variable47 return isset($this->headerNames[strtolower($header)]);54 if (!isset($this->headerNames[$header])) {58 $header = $this->headerNames[$header];75 if (isset($new->headerNames[$normalized])) {76 unset($new->headers[$new->headerNames[$normalized]]);78 $new->headerNames[$normalized] = $header;91 if (isset($new->headerNames[$normalized])) {92 $header = $this->headerNames[$normalized];95 $new->headerNames[$normalized] = $header;[all …]
50 if (!isset($this->headerNames['host'])) {116 if (!$preserveHost || !isset($this->headerNames['host'])) {135 if (isset($this->headerNames['host'])) {136 $header = $this->headerNames['host'];139 $this->headerNames['host'] = 'Host';
19 private $headerNames = []; variable51 return isset($this->headerNames[strtolower($header)]);58 if (!isset($this->headerNames[$header])) {62 $header = $this->headerNames[$header];79 if (isset($new->headerNames[$normalized])) {80 unset($new->headers[$new->headerNames[$normalized]]);82 $new->headerNames[$normalized] = $header;95 if (isset($new->headerNames[$normalized])) {96 $header = $this->headerNames[$normalized];99 $new->headerNames[$normalized] = $header;[all …]
52 if (!isset($this->headerNames['host'])) {120 if (!$preserveHost || !isset($this->headerNames['host'])) {139 if (isset($this->headerNames['host'])) {140 $header = $this->headerNames['host'];143 $this->headerNames['host'] = 'Host';