Documentation

RequestHandlerInterface
in

Client middleware request handler interface - what a MiddlewareInterface's $handler argument is; calling $handler->handle($request) continues the chain

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
6.0.0

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
Return values
ResponseInterface

        
On this page

Search results