You are here

public function RedirectMiddleware::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php \GuzzleHttp\RedirectMiddleware::__construct()

Parameters

callable $nextHandler Next handler to invoke.:

File

vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php, line 36

Class

RedirectMiddleware
Request redirect middleware.

Namespace

GuzzleHttp

Code

public function __construct(callable $nextHandler) {
  $this->nextHandler = $nextHandler;
}