delvedor / hpagent

A ready to use http and https agent for working with proxies that keeps connections alive!
MIT License
181 stars 37 forks source link

is it sync ? i want to use for create a proxy pool #9

Closed creatxrgithub closed 3 years ago

creatxrgithub commented 3 years ago

is it sync ? i want to use for create a proxy pool

e.g.

let proxys = []; let agent = new HttpsProxyAgent( ... proxys.push(agent);

thanks