- The proxy settings are defined in the top level config.
- Upon the initial reqest, an
httpAdapteris resolved, and within it, thetransporttype which can be [http(s)(native),follow-redirect.http,follow-redirect.http].
- When redirects are disabled, the native
httptransport is chosen - When redirects are enabled, then:
- No proxy is set:
follow-redirect.http - An http proxy is set:
follow-redirect.http - An https proxy is set:
follow-redirect.https
- No proxy is set:
follow-redirecthas 613 npm packages depending on it. Some popular areaxios,tinyreqandnode-rest-client.