mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-08 14:53:59 +00:00
36 lines
869 B
JSON
36 lines
869 B
JSON
{
|
|
"method": "GET",
|
|
"url": "https://example.com",
|
|
"yes": false,
|
|
"timeout": "5s",
|
|
"dodos": 8,
|
|
"requests": 1000,
|
|
"duration": "10s",
|
|
|
|
"params": [
|
|
{ "key1": ["value1", "value2", "value3", "value4"] },
|
|
{ "key1": "value" },
|
|
{ "key2": ["value1", "value2"] }
|
|
],
|
|
|
|
"headers": [
|
|
{ "key1": ["value1", "value2", "value3", "value4"] },
|
|
{ "key1": "value" },
|
|
{ "key2": ["value1", "value2"] }
|
|
],
|
|
|
|
"cookies": [
|
|
{ "key1": ["value1", "value2", "value3", "value4"] },
|
|
{ "key1": "value" },
|
|
{ "key2": ["value1", "value2"] }
|
|
],
|
|
|
|
"body": ["body-text1", "body-text2", "body-text3"],
|
|
|
|
"proxy": [
|
|
"http://example.com:8080",
|
|
"http://username:password@example.com:8080",
|
|
"socks5://example.com:8080",
|
|
"socks5h://example.com:8080"
|
|
]
|
|
} |