You are here

private property HandlerStack::$handler in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/guzzle/src/HandlerStack.php \GuzzleHttp\HandlerStack::handler

@var callable

File

vendor/guzzlehttp/guzzle/src/HandlerStack.php, line 13

Class

HandlerStack
Creates a composed Guzzle handler function by stacking middlewares on top of an HTTP handler function.

Namespace

GuzzleHttp

Code

private $handler;