service http_default_client

Class

Guzzle\Http\Client
2 string references to http_default_client
Drupal::httpClient in drupal/core/lib/Drupal.php
Returns the default http client.
OpmlFeedAdd::create in drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/OpmlFeedAdd.php
Instantiates a new instance of this controller.

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Guzzle\Http\Client
  2. arguments:
  3. - null
  4. - { curl.CURLOPT_TIMEOUT: 30, curl.CURLOPT_MAXREDIRS: 3 }
  5. calls:
  6. - [addSubscriber, ['@http_client_simpletest_subscriber']]
  7. - [setUserAgent, ['Drupal (+http://drupal.org/)']]