Documentation

handler

Interfaces, Classes and Traits

ClosureResponseRequestHandler
The closure request handler is basically a message, it contains a closure and a set of parameters to pass to the closure so it can be executed and the response retrieved from the result.
DecoratingRequestHandler
The decorating request handler allows to bind middleware to another request handler, effectively stacking them together.
RouterActionRequestHandler
The router action handler allows the application to map a route to an action within a controller. This generates a request handler that will use the route to extract parameters and appropriately invoke the action.
RouterClosureRequestHandler
StaticResponseRequestHandler

Search results