binding (echo)
Zilla runtime echo binding
Defines a binding with
echo
protocol support, with server
behavior.The
server
kind echo
binding reads inbound writes it back to the sender."echo_server0":
{
"type" : "echo",
"kind": "server"
}
Binding with support for
echo
protocol.Name (* = required) | Type | Description |
---|---|---|
type * | const "echo" | Support echo protocol |
kind * | enum [ "server" ] | Behave as an echo server |
Last modified 10mo ago