MiddlewarePipeline
final class MiddlewarePipeline implements RequestHandlerInterface (View source)
Methods
__construct(array $stack, RequestHandlerInterface $fallback, int $index = 0)
create(array $stack, RequestHandlerInterface $fallback)
handle(ServerRequestInterface $request)
ResponseInterface
Details
__construct
__construct(array $stack, RequestHandlerInterface $fallback, int $index = 0)
No description
create
static MiddlewarePipeline
create(array $stack, RequestHandlerInterface $fallback)
No description
handle
ResponseInterface
handle(ServerRequestInterface $request)
No description