Esc
API Index — Namespaces, Packages, Reports, Indices
RouteDispatchHandler.php
Table of Contents
Classes
- RouteDispatchHandler
- Terminal of a per-route middleware onion. Once every route-level middleware
(the
middleware:option / a route group's chain) has called its$next, this hands control back to the router'sdispatchMatched()with the matched route + params (baked in at construction, so the chain carries no shared per-request state and is safe under coroutine concurrency).