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
json require:true, preserve_body:truedo# ...enddefcall
context.request.body.gets_to_end # Actual contentend
It would imply copying the body into separate IO, which would, of course, affect the performance. Moreover, it would be impossible to do request body streaming for obvious reason 🤔
The API could look like this:
It would imply copying the body into separate IO, which would, of course, affect the performance. Moreover, it would be impossible to do request body streaming for obvious reason 🤔
Thanks @qszhu for the proposal.
The text was updated successfully, but these errors were encountered: