You are here

public function RestClientInterface::getHttpClientOptions in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::getHttpClientOptions()
  2. 8.3 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::getHttpClientOptions()

Getter for HTTP client options.

Return value

mixed The client options from guzzle.

1 method overrides RestClientInterface::getHttpClientOptions()
RestClient::getHttpClientOptions in src/Rest/RestClient.php
Getter for HTTP client options.

File

src/Rest/RestClientInterface.php, line 100

Class

RestClientInterface
Objects, properties, and methods to communicate with the Salesforce REST API.

Namespace

Drupal\salesforce\Rest

Code

public function getHttpClientOptions();