![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | 9 months ago | - | |
![]() | LICENSE | 9 months ago | 1.1K | |
![]() | README.md | 9 months ago | 2.1K | |
![]() | package.json | 9 months ago | 1.8K |
Router middleware for Koa. Maintained by Forward Email and Lad.
app.get
, app.put
, app.post
, etc.)OPTIONS
requests with allowed methods405 Method Not Allowed
and 501 Not Implemented
async/await
support.use()
(or .get()
,
etc.), which matches Express 4 API.npm:
npm install @koa/router
npm install --save-dev @types/koa__router
See API Reference for more documentation.
Name |
---|
Alex Mingoia |
@koajs |
MIT © Alex Mingoia
##