Routes
Route registration and path parameters
Decorators, methods, typed parameters, and catch-all routes.
Filesystem Routing
Route discovery from the pages/ directory
Layout nesting, context cascade, and co-located handlers.
Request & Response
Immutable Request, chainable Response
The frozen request object and the .with_*() response API.