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
Unlike SSE, which has a data: prefix, such as data: {"testing":true,"sse_dev":"is great","msg":"It works!","now":1745503788056},
the streaming JSON is a pure JSON without empty lines. For example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Unlike SSE, which has a
data:
prefix, such asdata: {"testing":true,"sse_dev":"is great","msg":"It works!","now":1745503788056}
,the streaming JSON is a pure JSON without empty lines. For example:
How can I use resty for this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions