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
hrap/index.js
Lines 35 to 40 in 9a4890e
It might be desirable to pass a set of options along with a URL object, provided the properties in the URL object takes presence.
The text was updated successfully, but these errors were encountered:
From Node.js API documentation on http.request
If both url and options [parameters] are specified, the objects are merged, with the options properties taking precedence.
I'll prioritize for v2.2 to emulate the underlying API the library is wrapping.
Sorry, something went wrong.
vegardbb
No branches or pull requests
hrap/index.js
Lines 35 to 40 in 9a4890e
It might be desirable to pass a set of options along with a URL object, provided the properties in the URL object takes presence.
The text was updated successfully, but these errors were encountered: