OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / gorilla / websocket / examples / autobahn / fuzzingclient.json
1
2 {
3    "options": {"failByDrop": false},
4    "outdir": "./reports/clients",
5    "servers": [
6         {"agent": "ReadAllWriteMessage", "url": "ws://localhost:9000/m", "options": {"version": 18}},
7         {"agent": "ReadAllWritePreparedMessage", "url": "ws://localhost:9000/p", "options": {"version": 18}},
8         {"agent": "ReadAllWrite", "url": "ws://localhost:9000/r", "options": {"version": 18}},
9         {"agent": "CopyFull", "url": "ws://localhost:9000/f", "options": {"version": 18}},
10         {"agent": "CopyWriterOnly", "url": "ws://localhost:9000/c", "options": {"version": 18}}
11     ],
12    "cases": ["*"],
13    "exclude-cases": [],
14    "exclude-agent-cases": {}
15 }