Create an OPTIONS request for the client
Parameters
string|array $uri Resource URI:
Return value
RequestInterface
See also
Guzzle\Http\ClientInterface::createRequest()
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);