[DAEMON-86] appcd-nodejs: Update to use appcd-request for HTTP requests
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-06-15T04:54:03.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Appc Daemon 1.0.0 |
| Components | appcd-nodejs |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2017-05-15T13:32:22.000+0000 |
| Updated | 2017-10-26T03:00:04.000+0000 |
Description
When appcd-nodejs downloads Node.js, it needs to take into account proxies and other network settings. Instead of using
request(), it instead should use the provided request service in appcd-request.
No comments