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
Using a FormData object as the body option would work fine in the browser. Currently the only way to do it in node.js would be to set the appropriate headers and body manually.
We could use something like FormData in the browser and https://www.npmjs.com/package/form-data on the server to add a form option that would be analogous to the JSON option. I'd be happy to accept a pull request.
Asking cause browser-request doesnt.
The text was updated successfully, but these errors were encountered: