Questions tagged [node-request]

A node.js NPM package for handling HTTP requests.

Request.js is a popular package for which offers a simple HTTP abstraction layer with a comprehensive API / library for handling a range of common uses when making requests.


Documentation:


As of Feb 11th 2020, request is fully deprecated. No new changes are expected to land. In fact, none have landed for some time.

For more information about why request is deprecated and possible alternatives refer to this issue.

332 questions
-1
votes
1 answer

Nodejs streaming upload multiple files

I am working on a command line application that is supposed to take an array of file names, do transform operations ( text files, spreadsheets, etc payloads have to be rewritten into JSON objects ), and send results to an endpoint API (…
P.M
  • 2,880
  • 3
  • 43
  • 53
-2
votes
2 answers

Why does Request and Fetch return different headers?

Why does Request and Fetch return different headers? Are the headers in Response objects always limited using Fetch? Despite it being used on server, various modes used? Request seems to return a rich set of headers, while Fetch does not. Other…
GN.
  • 8,672
  • 10
  • 61
  • 126
1 2 3
22
23