http.createClient in utils.js produces a deprecation warning
Open
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 359
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I don't know for how long createClient would be available in node but it would be great if someone can get rid of this call and switch to http.request. I don't trust myself to the task...
Thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in utils.js and locate the http.createClient call. Replace that deprecated call with http.request, then run the existing nodeunit test suite and confirm the deprecation warning is gone without changing the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100