mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-16 09:53:12 +00:00
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"method": "GET",
|
|
"url": "https://example.com",
|
|
"timeout": 10000,
|
|
"dodos_count": 1,
|
|
"request_count": 1000,
|
|
"params": {},
|
|
"headers": {},
|
|
"cookies": {},
|
|
"body": "",
|
|
"proxies": [
|
|
{
|
|
"url": "http://example:8080",
|
|
"username": "username",
|
|
"password": "password"
|
|
},
|
|
{
|
|
"url": "http://example.com:8080"
|
|
}
|
|
]
|
|
} |