1
0
mirror of https://github.com/actix/examples synced 2025-06-29 02:10:36 +02:00

Add bare-bones WS server for autobahn testing (#331)

This commit is contained in:
Mark Lodato
2020-06-19 15:38:11 -04:00
committed by GitHub
parent 5b3c996774
commit b7ff0d1ffe
6 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"outdir": "./reports/servers",
"servers": [
{
"agent": "actix-web-actors",
"url": "ws://host.docker.internal:9001"
}
],
"cases": ["*"],
"exclude-cases": [
"12.*",
"13.*"
],
"exclude-agent-cases": {}
}