public function RequestInterface::getProtocolVersion

Get the HTTP protocol version of the request

Return value

string

1 method overrides RequestInterface::getProtocolVersion()
Request::getProtocolVersion in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the HTTP protocol version of the request

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 137

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getProtocolVersion();