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
There's nothing built in to do this, but you can call response.body.read(), which returns a promise for the full body. You can then use querystring.parse on that to get the post parameters.
You can definitely write an adapter for this job and I would definitely accept it in Q-IO’s http-apps, provided that it was careful about verifying the content type. An adapter for multipart would be good too. Ideally this would be transparent, but that might not be feasible.
Hi everybody, thanks for building this cool stuff.
I can not figure a way to access POST parameters (form-data, or x-www-form-urlencoded), do you know how to?
The text was updated successfully, but these errors were encountered: