public function RequestInterface::__toString

Get the HTTP request as a string

Return value

string

1 method overrides RequestInterface::__toString()
Request::__toString in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the HTTP request as a string

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function __toString();