mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-23 20:03:08 +00:00
21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"method": "GET",
|
|
"url": "https://example.com",
|
|
"timeout": 10000,
|
|
"dodos_count": 50,
|
|
"request_count": 1000,
|
|
"params": {},
|
|
"headers": {},
|
|
"cookies": {},
|
|
"body": "",
|
|
"proxies": [
|
|
{
|
|
"url": "http://example.com:8080",
|
|
"username": "username",
|
|
"password": "password"
|
|
},
|
|
{
|
|
"url": "http://example.com:8080"
|
|
}
|
|
]
|
|
} |