Shared

Router

RoExpress routes are URL-like strings supporting typed named params, wildcards, globs, and inline constraints — embedded in App and Port, you never instantiate it directly.

-- Router is used internally by App via route strings passed to app:Get / app:Post / app:Put / app:Delete

See also

App | Get/Post/Put/Delete registration  ·  Port | isolated pipelines with their own Router  ·  Request Pipeline | where route matching sits (stage 4)  ·  Exported Types | Payload, Request, RouteBuilder<T>  ·  Inventory Example | typed params in practice