Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

First alpha of 1.0.0! 🎉

Compare
Choose a tag to compare
@jamesseanwright jamesseanwright released this 15 May 22:13
· 418 commits to master since this release

Supports Deno 1.0.0.

Breaking changes

  • withJsonBody() and withFormBody() higher-order handlers will now throw an error if the Content-Length header is not set (usually occurs when the expected request body is missing), which is required since internally migrating to BufReader to convert request bodies to strings