CompiledHttpApplication
in package
implements
CompiledApplication
Read onlyYes
FinalYes
Tags
Table of Contents
Interfaces
Methods
- __construct() : mixed
- handle() : ResponseInterface
- hasWebSocketRoutes() : bool
- inner() : CompiledHttpApp
Methods
__construct()
public
__construct(CompiledHttpApp $http) : mixed
Parameters
- $http : CompiledHttpApp
handle()
public
handle(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfacehasWebSocketRoutes()
public
hasWebSocketRoutes() : bool
Return values
boolinner()
public
inner() : CompiledHttpApp