Searched refs:getHeaderLine (Results 1 – 11 of 11) 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'))
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
63 public function getHeaderLine($header) 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'
583 $resp->getHeaderLine('Content-Type') == 'application/x-www-form-urlencoded'