You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-non-dapr-endpoints.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,24 @@ spec:
123
123
key: tls.key
124
124
```
125
125
126
+
### Server-Sent Events
127
+
128
+
SSE enables real-time communication with streaming servers and MCP servers.
129
+
HTTP endpoints support [Server-Sent Events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events).
130
+
To use SSE, set the `Accept` header to `text/event-stream`in the `HTTPEndpoint` resource or in the service invocation request.
0 commit comments