Documentation

Runner
in package

HTTP Server Runner

Run a Request through the RequestHandler (and possibly a Middleware stack) and output through the ResponseWriter

Table of Contents

Properties

$handler  : RequestHandlerInterface
$responseWriter  : ResponseWriterInterface

Methods

__construct()  : mixed
run()  : void

Properties

$handler

protected RequestHandlerInterface $handler

Methods

run()

public run(ServerRequestInterface $request) : void
Parameters
$request : ServerRequestInterface

        
On this page

Search results