public function RequestInterface::getHost

Get the host of the request

Return value

string

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

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getHost();