Home
last modified time | relevance | path

Searched refs:getHeaders (Results 26 – 50 of 114) sorted by path

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DHttpCheck.php113 public function getHeaders() function in Google\\Service\\Monitoring\\HttpCheck
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckResponse.php39 public function getHeaders() function in Google\\Service\\ServiceControl\\CheckResponse
H A DRequest.php93 public function getHeaders() function in Google\\Service\\ServiceControl\\Request
H A DResponse.php81 public function getHeaders() function in Google\\Service\\ServiceControl\\Response
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php108 foreach ($request->getHeaders() as $name => $values) {
H A DREST.php95 $response->getHeaders() ?: [],
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php113 'headers' => $request->getHeaders(),
123 $response->getHeaders() ?: [],
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md822 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
H A DUPGRADING.md792 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php209 '_headers' => $easy->request->getHeaders(),
H A DStreamHandler.php377 foreach ($request->getHeaders() as $name => $value) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php179 foreach ($message->getHeaders() as $name => $values) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php35 foreach ($message->getHeaders() as $name => $values) {
H A DMessageTrait.php40 public function getHeaders() function
H A DMultipartStream.php55 private function getHeaders(array $headers) function in GuzzleHttp\\Psr7\\MultipartStream
106 $stream->addStream(Utils::streamFor($this->getHeaders($headers)));
H A DUtils.php172 $headers = $request->getHeaders();
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md24 - Updated the `MessageInterface::getHeaders()` return annotation to use the
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DMessageInterface.php68 public function getHeaders(); function
/plugin/combo/ComboStrap/
H A DHttp.php37 private static function getHeaders(): array function in ComboStrap\\Http
83 $headers = self::getHeaders();
H A DHttpResponse.php100 $contentTypeHeader = Http::getFirstHeader(self::HEADER_CONTENT_TYPE, $response->getHeaders());
109 ->setHeaders($response->getHeaders())
278 function getHeaders(string $headerName): array function in ComboStrap\\HttpResponse
292 $headers = $this->getHeaders($headerName);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php345 'headers' => array_change_key_case($response->getHeaders()),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php64 ], $s->httpResponse->getHeaders());
115 ], $s->httpResponse->getHeaders());
222 ), $s->httpResponse->getHeaders());
H A DValidateICalTest.php95 ), $response->getHeaders());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php141 ], $httpResponse->getHeaders());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php297 ), $this->response->getHeaders());
361 ), $this->response->getHeaders());

12345