public function RequestInterface::getResource

Get the resource part of the the request, including the path, query string, and fragment

Return value

string

1 method overrides RequestInterface::getResource()
Request::getResource in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the resource part of the the request, including the path, query string, and fragment

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getResource();