You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
ChangeLog
[0.5.0] - 27-05-2020
fix: major bug with the body parsers. req.body is protected in Deno and thus cannot overwrite. We could look to use a proxy like method in the future. For now we populate req.parsedBody instead.
docs: update middlewares and request docs to cover the use of req.parsedBody.
test: update body-parser unit tests.
docs: update examples to include urlencoded, text and raw body parser examples.
docs: add README.md to the examples + improve each examples' README.md.