public function RedirectMiddleware::__construct in Lockr 7.3
Parameters
callable $nextHandler Next handler to invoke.:
File
- vendor/
guzzlehttp/ guzzle/ src/ RedirectMiddleware.php, line 38
Class
- RedirectMiddleware
- Request redirect middleware.
Namespace
GuzzleHttpCode
public function __construct(callable $nextHandler) {
$this->nextHandler = $nextHandler;
}