0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/test/ws_autobahn_SUITE_data/client.json

15 lines
252 B
JSON
Raw Normal View History

{
"options": {"failByDrop": false},
"enable-ssl": false,
"servers": [{
"agent": "Cowboy",
"url": "ws://host.docker.internal:33080/ws_echo",
"options": {"version": 18}
}],
"cases": ["*"],
"exclude-cases": [],
"exclude-agent-cases": {}
}