This repository was archived by the owner on Jul 6, 2026. It is now read-only.
1.1.0
Features
- Now you can write http-method-specific routes within a route path string (
GET /post/:id,POST /post(documentation section comming soon)) - You can import
Routestype in case you want to define your routes object outside thecreateHandlerfunction
Chore
json,textandredirectutil methods moved to util.ts (still exported in mod.ts)