You are here

protected property ClientFactory::$stack in Zircon Profile 8.0

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 25
Contains \Drupal\Core\Http\ClientFactory.

Class

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

Namespace

Drupal\Core\Http

Code

protected $stack;