public function ClientInterface::options

Create an OPTIONS request for the client

Parameters

string|array $uri Resource URI:

Return value

RequestInterface

See also

Guzzle\Http\ClientInterface::createRequest()

1 method overrides ClientInterface::options()
Client::options in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Create an OPTIONS request for the client

File

drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php, line 233

Class

ClientInterface
Client interface for send HTTP requests

Namespace

Guzzle\Http

Code

public function options($uri = null);