This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Description
Enhancement
When working with request under Node.js, we should have similar functionality to what is available when running under XHR, in the sense of being able to configure the proxies in a particular way, but also supporting things like PAC configurations.
In order to do this we need to:
- A proxy detection functionality, including DNS WPAD
- Ability to read and resolve proxy configuration files (PAC)
- Ability to assert manual configuration using authentication