mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
Restructure folders (#411)
This commit is contained in:
committed by
GitHub
parent
9db98162b2
commit
c3407627d0
15
websockets/autobahn/config/fuzzingclient.json
Normal file
15
websockets/autobahn/config/fuzzingclient.json
Normal 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": {}
|
||||
}
|
Reference in New Issue
Block a user