Open
Description
Starting a new tracker for v3
Milestone: https://github.com/koajs/koa/milestone/4
Other Breaking Changes:
- rewrite to ES modules
- adjust naming to WHATWG standards https://nodejs.org/api/url.html#url_url_strings_and_url_objects
- rename raw http requests? koa 3.0 roadmap #1114 (comment)
- officially support the http2 module
Future:
- Deno support
- Bun support
- Rewrite in TypeScript
Tests:
- Migrate to jest
- Properly close down server after each test run
Improved Documentation:
- how to serve http/https/http2
- example of how to use expect-continue
- How to sent Content-Length on a HEAD response #1827
- How to use SSE with Koa? #1774 SSE example with AI chat
Activity