You are here

protected property ClientFactory::$stack in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Http/ClientFactory.php \Drupal\Core\Http\ClientFactory::stack

The handler stack.

Type: \GuzzleHttp\HandlerStack

File

core/lib/Drupal/Core/Http/ClientFactory.php, line 20

Class

ClientFactory
Helper class to construct a HTTP client with Drupal specific config.

Namespace

Drupal\Core\Http

Code

protected $stack;