You are here

service http_handler_stack in Drupal 10

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

Class

GuzzleHttp\HandlerStack
1 string reference to http_handler_stack
InstallerTestBase::setUp in core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php

File

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

View source
  1. class: GuzzleHttp\HandlerStack
  2. public: false
  3. factory: 'GuzzleHttp\HandlerStack::create'
  4. configurator:
  5. - '@http_handler_stack_configurator'
  6. - configure