AXIOS-PROXY-TUNNEL
Create HTTPS tunnel through HTTP proxies (like corporate proxies)
Here is an example :
;; ;
And if you use an HTTP proxy (by setting proxy
configuration, or by using environment vars), the package will change the httpsAgent, to use a tunnel .
Internally, this library use interceptors, if you want to change configuration with interceptors too, please use like this :
;; ; //all you want to do with your instance axiosProxyTunnelmyInstance;
For the moment, this library is just adapted to my needs, and maybe not ready in your cases . If you have ideas/problems, please create issue/PR