@azteam/http-client
Advanced tools
Comparing version 1.0.73 to 1.0.74
@@ -9,4 +9,5 @@ "use strict"; | ||
const client = new _index.default({ | ||
timeout: 2000, | ||
proxy: { | ||
host: '208.70.249.9', | ||
host: '102.129.192.138', | ||
port: '1333', | ||
@@ -19,4 +20,4 @@ auth: { | ||
}); | ||
const res = await client.get('http://animeflv.net'); | ||
const res = await client.get('https://dramanice.so'); | ||
console.log(res); | ||
})(); |
{ | ||
"name": "@azteam/http-client", | ||
"version": "1.0.73", | ||
"version": "1.0.74", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
20036
364