Pages
Contents
@xpulse/router
Map URLs to handlers β reliably and without surprises.
@xpulse/router is the bridge between incoming requests and application logic. It receives routes β automatically from @xpulse/controller, or manually β and registers them with the HTTP server. Parameters, optional segments, 404 handling: all included.