public function Request::getCurlOptions

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

Return value

Collection

Overrides RequestInterface::getCurlOptions

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php, line 476

Class

Request
HTTP request class to send requests

Namespace

Guzzle\Http\Message

Code

public function getCurlOptions() {
  return $this->curlOptions;
}