MiddlewareInterface
in
Middleware interface
Table of Contents
Methods
- process() : array<string|int, mixed>
- Process middleware
Methods
process()
Process middleware
public
process(ServerRequestInterface $request, ResponseInterface $response) : array<string|int, mixed>
Parameters
- $request : ServerRequestInterface
- $response : ResponseInterface
Return values
array<string|int, mixed> —[$request,$response]