public function RequestInterface::getCurlOptions

Get the cURL options that will be applied when the cURL handle is created

Return value

Collection

1 method overrides RequestInterface::getCurlOptions()
Request::getCurlOptions in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the cURL options that will be applied when the cURL handle is created

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getCurlOptions();