Skip to content
#

http-requests

Here are 442 public repositories matching this topic...

mikefarah
mikefarah commented Nov 13, 2019

Request has a .form() function that can be called for multipart form data, documented:

https://github.com/request/request#forms

There are other ways to submit mulitpart forms (e.g. using the formData parameter) but as this is intended as a drop-in replace for request, it should expose that function too

alexgloverl
alexgloverl commented Jul 10, 2018

It might be nice to have a SEE ALSO section in the statcode output, linking to the relevant section of the RFC that "governs" the status codes. Some of the descriptions there are more extensive than those you have here, but unfortunately the license doesn't allow for just taking them from there. For example for 101, there'd be:

SEE ALSO
    RFC 7231 — §10.1.2, 101 Switching Protocols 

Improve this page

Add a description, image, and links to the http-requests topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-requests topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.