We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request
You might want to consider replacing request as it's entering maintenance mode. request/request#3142 request/request#3143
After a first look it should be relatively easy to replace request with the built-in https library.
https
The text was updated successfully, but these errors were encountered:
Replacing request has been suggested before in a different context but as long as npm still depends on request, we're likely to keep doing so as well.
node-gyp is normally distributed along with npm and they share a copy of request. That's good because it keeps the download size down.
Thanks for the suggestion though!
Sorry, something went wrong.
No branches or pull requests
You might want to consider replacing
request
as it's entering maintenance mode.request/request#3142
request/request#3143
After a first look it should be relatively easy to replace
request
with the built-inhttps
library.The text was updated successfully, but these errors were encountered: