simplified httpclient lib

This commit is contained in:
Bojan Kucera 2025-06-07 12:57:55 -04:00
parent 38b523d2c0
commit f70a8be1cb
6 changed files with 256 additions and 203 deletions

View file

@ -16,10 +16,10 @@
"dependencies": {
"@stock-bot/logger": "*",
"@stock-bot/types": "*",
"got": "^14.4.7",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5",
"undici": "^7.10.0"
"socks-proxy-agent": "^8.0.5"
},
"devDependencies": {
"@types/node": "^20.11.0",