1.1.1 • Published 6 years ago
koay-router v1.1.1
koay-router
Note: Provide a faster router for Koa, and support configurable routes for Koa or express.
Router middleware for koa
- Express-style routing using
app.get
,app.put
,app.post
, etc. - Named URL parameters.
- Named routes with URL generation.
- Multiple route middleware.
- Multiple routers.
- Nestable routers.
- ES7 async/await support.
Installation
Install using npm:
npm install koay-router --save
API Reference
koay-router
Router
Controller
- new Controller(opts)
- instance
- routes ⇒ function
- instance
- new Controller(opts)