sse Binding
Bindingsseserverclient
sse Binding
Defines a binding with Server Sent Events (SSE) protocol support, with server
behavior.
server
The server
kind sse
binding converts inbound http
request-response streams into sse
request-response streams.
Messages received on the sse
response stream are encoded using Server Sent Events
protocol, including support for custom event
types and last event id
.
sse_server:
type: sse
kind: server
exit: sse_kafka_proxy
client
The client
kind sse
binding converts outbound see
request-response streams into http
request-response streams.
sse_server:
type: sse
kind: client
exit: tcp_client