Searched refs:getHeaderLine (Results 1 – 20 of 20) sorted by relevance
139 $result = $request->getHeaderLine('Host');156 $result = $request->getHeaderLine(substr($matches[1], 11));159 ? $response->getHeaderLine(substr($matches[1], 11))
237 new Psr7\Uri($response->getHeaderLine('Location'))
154 $result = $request->getHeaderLine('Host');171 $result = $request->getHeaderLine(\substr($matches[1], 11));174 ? $response->getHeaderLine(\substr($matches[1], 11))
218 new Psr7\Uri($response->getHeaderLine('Location'))
175 $range = $response->getHeaderLine('range');182 $location = $response->getHeaderLine('location');234 $mimeType = $this->mimeType ?: $request->getHeaderLine('content-type');315 $location = $response->getHeaderLine('location');
121 $classes['response-' . $key] = $request->getHeaderLine('X-Php-Expected-Class');146 $contentType = $response->getHeaderLine('content-type');
167 return $expectedClass ?: $request->getHeaderLine('X-Php-Expected-Class');
115 public function getHeaderLine($name); function
115 public function getHeaderLine(string $name): string; function
51 $request->getHeaderLine('Content-Type'); // will return: "text/html; charset=UTF-8"53 $response->getHeaderLine('My-Custom-Header'); // will return: "My Custom Message; The second messa…
26 | `getHeaderLine($name)` | Retrieves a comma-separated string of the values for a singl…
63 public function getHeaderLine($header) function
67 public function getHeaderLine($header): string function
263 ? (int) $request->getHeaderLine('Content-Length')369 $accept = $easy->request->getHeaderLine('Accept-Encoding');
133 $response->getHeaderLine('Content-Length')
27 echo $response->getHeaderLine('content-type'); # 'application/json; charset=utf8'
29 echo $response->getHeaderLine('content-type'); // 'application/json; charset=utf8'
386 $accept = $easy->request->getHeaderLine('Accept-Encoding');
140 $this->drain($stream, $sink, $response->getHeaderLine('Content-Length'));
583 $resp->getHeaderLine('Content-Type') == 'application/x-www-form-urlencoded'