Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Support PSR-7 middlewares as actions

Choose a tag to compare

@mcustiel mcustiel released this 27 Apr 09:28
· 11 commits to master since this release
  • 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.