proxy-rotator-agent
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,3 +6,3 @@ { | ||
"description": "HTTP proxy rotator tunneling agent", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "url": "https://github.com/fabiel-leon/proxy-rotator-agent" |
@@ -1,15 +0,14 @@ | ||
# tunnel-agent | ||
# proxy-rotator-agent | ||
HTTP proxy rotator tunneling agent | ||
This agent rotates requests trought especified proxies | ||
## for axios | ||
If 2 proxies are specified | ||
First request goes trought first proxy | ||
Second request goes trought seconde proxy | ||
Third request goes trought first proxy | ||
```js | ||
``` | ||
## for mikeal/request | ||
```js | ||
const ProxyRotator = require('proxy-rotator') | ||
const ProxyRotator = require('proxy-rotator-agent') | ||
@@ -77,1 +76,7 @@ const agent = new ProxyRotator({ | ||
``` | ||
## for axios | ||
```js | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12585
81