@koa/router@15.7.0
// Router middleware for Koa.
$ npm install @koa/router
downloads/wk
2,307,957
license
MIT
version
15.7.0
published
Jul 4, 2026
What is @koa/router?
@koa/router is middleware for the Koa web framework that handles HTTP routing, allowing you to define routes and map them to specific handler functions based on request paths and methods. Use it when building a Koa application that needs to organize endpoints and handle different HTTP requests (GET, POST, PUT, DELETE, etc.) across your application.
Links
Keywords
Dependencies (4)
Maintainers
niftylettuce, fengmk2, dead_horse, jongleberry, juliangruber, aaron, titanism, 3imed-jaberi, ljharb