Skip to main content

Websocket content validator in

cp:otoroshi.next.plugins.WebsocketContentValidatorIn

Validate the content of each frame

categories:

  • Websocket

default configuration:

{
"validator" : {
"kind" : "json-path-validator",
"path" : "$.message",
"value" : "foo",
"error" : null
},
"reject_strategy" : "drop"
}