ARouter  0.1.0
Annotation based router for your projects
RouterInterface Interface Reference
Inheritance diagram for RouterInterface:
Router

Public Member Functions

 getResponse (ServerRequestInterface $request)
 

Detailed Description

Every router should implement this interface.

Member Function Documentation

◆ getResponse()

getResponse ( ServerRequestInterface  $request)

Get HTTP response object for given request.

Parameters
\Psr\Http\Message\ServerRequestInterface$requestHTTP request.
Returns
HTTP response object for given request.

Implemented in Router.


The documentation for this interface was generated from the following file: