This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
First alpha of 1.0.0! 🎉
·
418 commits
to master
since this release
Supports Deno 1.0.0.
Breaking changes
withJsonBody()
andwithFormBody()
higher-order handlers will now throw an error if theContent-Length
header is not set (usually occurs when the expected request body is missing), which is required since internally migrating toBufReader
to convert request bodies to strings