Replies: 1 comment 5 replies
-
No such thing built in |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since there are a lot of use cases where you can't do anything with a POST request until you've got the entire body in (e.g. a json request) is there a lambda that one can hang onto the request for handling only the entire post body, or does one just have to have the code to assemble the body over multiple onData invocations? If so, since assembling the POST body prior to doing anything is going to be identical every time, is there a standard helper function to provide the lamba to do the buffer assembly?
Beta Was this translation helpful? Give feedback.
All reactions