-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request Body can be cumbersome #5763
Comments
|
FeelsGoodMan |
This issue should be closed. But I'd just like to point out two things:
At the very least, instead of not giving you the code, the docs for |
It is a fair point that the docs don't make that clear. I believe mostly because
|
That makes sense. Thank you 🙂 |
@vegerot 🦕 is a better emoji for Deno. |
|
@brandonros |
Could I suggest a convenience method for reading all the data out of a request body? If the request is a chunky request or does not contain content-length you have to write this code which seems to be better a utility. Here is an example.
Am I missing some util, or is this the prescribed way? Could we make a util if the latter is correct?
The text was updated successfully, but these errors were encountered: