You are here

service http_client_factory in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \http_client_factory
  2. 10 core/core.services.yml \http_client_factory

Class

Drupal\Core\Http\ClientFactory
1 string reference to http_client_factory
DefaultFetcher::create in core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\Core\Http\ClientFactory
  2. arguments:
  3. - '@http_handler_stack'