req-fast icon indicating copy to clipboard operation
req-fast copied to clipboard

Fastest way to fetch the web content(HTML stream) from server, supports:redirects, auto decode(e.g.:Chinese), gzip, cookie, proxy...

Results 2 req-fast issues
Sort by recently updated
recently updated
newest added

Hi, I believe it's a mistake in either the doc / code: A simple POST request like this doesn't work: `req({ url: queueUrl, headers: { 'Content-Type': 'text/xml' }, method: 'POST',...

Hi, how we can set rate limitation option a request? Because I've got Too Many Request error in my script I have to set this limitation.