Home
last modified time | relevance | path

Searched refs:headerNames (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php16 private $headerNames = []; variable
54 if (!isset($this->headerNames[$header])) {
58 $header = $this->headerNames[$header];
75 if (isset($new->headerNames[$normalized])) {
78 $new->headerNames[$normalized] = $header;
91 if (isset($new->headerNames[$normalized])) {
92 $header = $this->headerNames[$normalized];
95 $new->headerNames[$normalized] = $header;
106 if (!isset($this->headerNames[$normalized])) {
110 $header = $this->headerNames[$normalized];
[all …]
H A DRequest.php50 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';