Home
last modified time | relevance | path

Searched refs:getHeaderLine (Results 1 – 20 of 20) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DMessageFormatter.php139 $result = $request->getHeaderLine('Host');
156 $result = $request->getHeaderLine(substr($matches[1], 11));
159 ? $response->getHeaderLine(substr($matches[1], 11))
DRedirectMiddleware.php237 new Psr7\Uri($response->getHeaderLine('Location'))
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DMessageFormatter.php154 $result = $request->getHeaderLine('Host');
171 $result = $request->getHeaderLine(\substr($matches[1], 11));
174 ? $response->getHeaderLine(\substr($matches[1], 11))
DRedirectMiddleware.php218 new Psr7\Uri($response->getHeaderLine('Location'))
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
DMediaFileUpload.php175 $range = $response->getHeaderLine('range');
182 $location = $response->getHeaderLine('location');
234 $mimeType = $this->mimeType ?: $request->getHeaderLine('content-type');
315 $location = $response->getHeaderLine('location');
DBatch.php121 $classes['response-' . $key] = $request->getHeaderLine('X-Php-Expected-Class');
146 $contentType = $response->getHeaderLine('content-type');
DREST.php167 return $expectedClass ?: $request->getHeaderLine('X-Php-Expected-Class');
/plugin/authgooglesheets/vendor/psr/http-message/src/
DMessageInterface.php115 public function getHeaderLine($name); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DMessageInterface.php115 public function getHeaderLine(string $name): string; function
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Usage.md51 $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…
DPSR7-Interfaces.md26 | `getHeaderLine($name)` | Retrieves a comma-separated string of the values for a singl…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DMessageTrait.php63 public function getHeaderLine($header) function
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMessageTrait.php67 public function getHeaderLine($header): string function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php263 ? (int) $request->getHeaderLine('Content-Length')
369 $accept = $easy->request->getHeaderLine('Accept-Encoding');
DStreamHandler.php133 $response->getHeaderLine('Content-Length')
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DREADME.md27 echo $response->getHeaderLine('content-type'); # 'application/json; charset=utf8'
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DREADME.md29 echo $response->getHeaderLine('content-type'); // 'application/json; charset=utf8'
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php386 $accept = $easy->request->getHeaderLine('Accept-Encoding');
DStreamHandler.php140 $this->drain($stream, $sink, $response->getHeaderLine('Content-Length'));
/plugin/authgooglesheets/vendor/google/auth/src/
DOAuth2.php583 $resp->getHeaderLine('Content-Type') == 'application/x-www-form-urlencoded'