@ts4/api
v1.0.62
Published
<https://github.com/aishek/axios-rate-limit> <https://github.com/JustinBeckwith/retry-axios>
Downloads
9
Readme
@ts4/api
https://github.com/aishek/axios-rate-limit https://github.com/JustinBeckwith/retry-axios
ssh -D 1080 -q -C -N [email protected]
// axiosInstance.defaults.raxConfig = { // instance: axiosInstance // };
// https://github.com/aishek/axios-rate-limit // https://github.com/JustinBeckwith/retry-axios
// const interceptorId = RetryAxios.attach(axiosInstance);
// let httpAgent = http.globalAgent; // new http.Agent({ keepAlive: true }), // let httpsAgent = https.globalAgent; // new https.Agent({ keepAlive: true }),
// if (env.PROXY) { // httpAgent = new ProxyAgent(env.PROXY); // httpsAgent = new ProxyAgent(env.PROXY); // }