Home
last modified time | relevance | path

Searched refs:getHttpVersion (Results 1 – 16 of 16) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php245 function getHttpVersion() { function
247 return $this->inner->getHttpVersion();
H A DMessageInterface.php176 function getHttpVersion(); function
H A DSapi.php58 …header('HTTP/' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->get…
H A DMessage.php309 function getHttpVersion() { function in Sabre\\HTTP\\Message
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php244 function getHttpVersion() { function
246 return $this->inner->getHttpVersion();
H A DMessageInterface.php175 function getHttpVersion(); function
H A DSapi.php58 …header('HTTP/' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->get…
H A DMessage.php304 function getHttpVersion() { function in Sabre\\HTTP\\Message
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php85 $this->assertEquals('1.0', $this->inner->getHttpVersion());
86 $this->assertEquals('1.0', $this->outer->getHttpVersion());
H A DSapiTest.php26 $this->assertEquals('1.0', $request->getHttpVersion());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpGetTest.php77 $this->assertEquals('1.0', $response->getHttpVersion());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php251 public function getHttpVersion() function in Google\\Service\\Logging\\RequestLog
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md213 * Added: Message::getHttpVersion and Message::setHttpVersion.
H A DREADME.md586 function getHttpVersion();
731 function getHttpVersion();
/plugin/webdav/vendor/sabre/http/
H A DREADME.md586 function getHttpVersion();
731 function getHttpVersion();
H A DCHANGELOG.md246 * Added: Message::getHttpVersion and Message::setHttpVersion.