🔨 Refactor all requests package logic.

- Replace net/http with fasthttp in the requests package.
This commit is contained in:
2024-07-21 19:40:16 +04:00
parent 61ff1d5941
commit 670d07bda2
7 changed files with 491 additions and 337 deletions

View File

@ -2,7 +2,7 @@
"method": "GET",
"url": "https://example.com",
"timeout": 10000,
"dodos_count": 1,
"dodos_count": 50,
"request_count": 1000,
"params": {},
"headers": {},
@ -10,7 +10,7 @@
"body": "",
"proxies": [
{
"url": "http://example:8080",
"url": "http://example.com:8080",
"username": "username",
"password": "password"
},