interface MiddlewareInterface (View source)

Methods

Response
process(Request $request, DelegateInterface $frame)

Process the request and return a response

Details

Response process(Request $request, DelegateInterface $frame)

Process the request and return a response

Parameters

Request $request
DelegateInterface $frame

Return Value

Response