koa
https://github.com/koajs/koa
JavaScript
Expressive middleware for node.js using ES2017 async functions
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported2 Subscribers
Add a CodeTriage badge to koa
Help out
- Issues
- fix: throw koa http errors from ctx.assert
- [feat] HTTP singleton header validations
- fix: call res.end() when socket is not writable to prevent HTTP/2 HEAD hang
- fix: ctx.assert() throws HttpError instances (#1925)
- fix: strip port from X-Forwarded-For in request.ip (#827)
- fix: Request.protocol returns 'https' for HTTP/2 after RST_STREAM (#1736)
- fix: ctx.request.origin should respect proxy flag via X-Forwarded-Proto
- fix: remove stale Content-Length when body is set to ReadableStream or Response
- fix: ctx.assert() now throws errors that are instanceof HttpError
- feat: improved stream handling
- Docs
- JavaScript not yet supported