mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-20 19:13:06 +00:00
📚 Update docs
This commit is contained in:
parent
769c04685a
commit
3dc002188e
23
README.md
23
README.md
@ -59,13 +59,22 @@ You can find an example config structure in the [config.json](https://github.com
|
|||||||
"method": "GET",
|
"method": "GET",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"no_proxy_check": false,
|
"no_proxy_check": false,
|
||||||
"timeout": 2000,
|
"timeout": 10000,
|
||||||
"dodos": 10,
|
"dodos": 1,
|
||||||
"requests": 1000,
|
"requests": 1,
|
||||||
"params": {},
|
"params": {
|
||||||
"headers": {},
|
"param-key1": ["param-value1", "param-value2", "param-value3"],
|
||||||
"cookies": {},
|
"param-key2": ["param-value1", "param-value2", "param-value3"]
|
||||||
"body": [],
|
},
|
||||||
|
"headers": {
|
||||||
|
"header-key1": ["header-value1", "header-value2", "header-value3"],
|
||||||
|
"header-key2": ["header-value2", "header-value2", "header-value3"]
|
||||||
|
},
|
||||||
|
"cookies": {
|
||||||
|
"cookie-key1": ["cookie-value1", "cookie-value2", "cookie-value3"],
|
||||||
|
"cookie-key2": ["cookie-value2", "cookie-value2", "cookie-value3"]
|
||||||
|
},
|
||||||
|
"body": ["body1", "body2", "body3"],
|
||||||
"proxies": [
|
"proxies": [
|
||||||
{
|
{
|
||||||
"url": "http://example.com:8080",
|
"url": "http://example.com:8080",
|
||||||
|
17
config.json
17
config.json
@ -5,10 +5,19 @@
|
|||||||
"timeout": 10000,
|
"timeout": 10000,
|
||||||
"dodos": 1,
|
"dodos": 1,
|
||||||
"requests": 1,
|
"requests": 1,
|
||||||
"params": {},
|
"params": {
|
||||||
"headers": {},
|
"param-key1": ["param-value1", "param-value2", "param-value3"],
|
||||||
"cookies": {},
|
"param-key2": ["param-value1", "param-value2", "param-value3"]
|
||||||
"body": [],
|
},
|
||||||
|
"headers": {
|
||||||
|
"header-key1": ["header-value1", "header-value2", "header-value3"],
|
||||||
|
"header-key2": ["header-value2", "header-value2", "header-value3"]
|
||||||
|
},
|
||||||
|
"cookies": {
|
||||||
|
"cookie-key1": ["cookie-value1", "cookie-value2", "cookie-value3"],
|
||||||
|
"cookie-key2": ["cookie-value2", "cookie-value2", "cookie-value3"]
|
||||||
|
},
|
||||||
|
"body": ["body1", "body2", "body3"],
|
||||||
"proxies": [
|
"proxies": [
|
||||||
{
|
{
|
||||||
"url": "http://example.com:8080",
|
"url": "http://example.com:8080",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user