...

Text file src/github.com/gorilla/websocket/examples/autobahn/config/fuzzingclient.json

Documentation: github.com/gorilla/websocket/examples/autobahn/config

     1{
     2  "cases": ["*"],
     3  "exclude-cases": [],
     4  "exclude-agent-cases": {},
     5  "outdir": "/reports",
     6  "options": {"failByDrop": false},
     7  "servers": [
     8    {
     9      "agent": "ReadAllWriteMessage",
    10      "url": "ws://host.docker.internal:9000/m"
    11    },
    12    {
    13      "agent": "ReadAllWritePreparedMessage",
    14      "url": "ws://host.docker.internal:9000/p"
    15    },
    16    {
    17      "agent": "CopyFull",
    18      "url": "ws://host.docker.internal:9000/f"
    19    },
    20    {
    21      "agent": "ReadAllWrite",
    22      "url": "ws://host.docker.internal:9000/r"
    23    },
    24    {
    25      "agent": "CopyWriterOnly",
    26      "url": "ws://host.docker.internal:9000/c"
    27    }
    28  ]
    29}

View as plain text