You are here

service http_client in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \http_client

Class

GuzzleHttp\Client
3 string references to http_client
Drupal::httpClient in core/lib/Drupal.php
Returns the default http client.
DrupalTest::testHttpClient in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the httpClient() method.
OpmlFeedAdd::create in core/modules/aggregator/src/Form/OpmlFeedAdd.php
Instantiates a new instance of this class.

File

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

View source
  1. class: GuzzleHttp\Client
  2. factory: 'http_client_factory:fromOptions'