This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Support PSR-7 middlewares as actions
- If an action name is mapped to a psr-7 middleware (implements __invoke($request, $response, $next)) or is a function with that signature. It will be called.