RequestHandlerInterface
in
Client middleware request handler interface - what a MiddlewareInterface's $handler argument is; calling $handler->handle($request) continues the chain
Tags
Table of Contents
Methods
- handle() : ResponseInterface
- Handle the request and return a response
Methods
handle()
Handle the request and return a response
public
handle(RequestInterface $request) : ResponseInterface
Parameters
- $request : RequestInterface