mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-26 05:03:06 +00:00
23 lines
454 B
JSON
23 lines
454 B
JSON
{
|
|
"method": "GET",
|
|
"url": "https://example.com",
|
|
"no_proxy_check": false,
|
|
"timeout": 10000,
|
|
"dodos_count": 1,
|
|
"request_count": 1,
|
|
"params": {},
|
|
"headers": {},
|
|
"cookies": {},
|
|
"body": [],
|
|
"proxies": [
|
|
{
|
|
"url": "http://example.com:8080",
|
|
"username": "username",
|
|
"password": "password"
|
|
},
|
|
{
|
|
"url": "http://example.com:8080"
|
|
}
|
|
]
|
|
}
|