MiddlewareDispatcher
class MiddlewareDispatcher (View source)
Constants
PIPE_EMPTY |
|
Methods
$this
pipe(string $middleware, array $params = [])
Add a middleware to the runtime collection
Details
$this
pipe(string $middleware, array $params = [])
Add a middleware to the runtime collection
mixed
process(Request $request, array ...$args)
Start the middleware running process