Home
last modified time | relevance | path

Searched refs:httpVersion (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php51 public $httpVersion; variable in Google\\Service\\Logging\\RequestLog
244 public function setHttpVersion($httpVersion) argument
246 $this->httpVersion = $httpVersion;
253 return $this->httpVersion;
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php104 $httpVersion = '1.1';
115 $httpVersion = '1.0';
187 $r->setHttpVersion($httpVersion);
H A DMessage.php37 protected $httpVersion = '1.1'; variable in Sabre\\HTTP\\Message
295 $this->httpVersion = $version;
306 return $this->httpVersion;
H A DResponse.php182 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php112 $httpVersion = '1.1';
123 $httpVersion = '1.0';
195 $r->setHttpVersion($httpVersion);
H A DMessage.php37 protected $httpVersion = '1.1'; variable in Sabre\\HTTP\\Message
300 $this->httpVersion = $version;
311 return $this->httpVersion;
H A DResponse.php181 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…