summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/tests/scripts/server.construct.json
blob: c3181f3b7b026d1896ee953989fe65e292836875 (plain)
1
2
3
4
5
6
7
8
9
10
11
[
    {
        "function": "stream_socket_server",
        "params": [
            "tcp://0.0.0.0:8000",
            null,
            null
        ],
        "return": "@mock-socket"
    }
]