darrenburns / posting

The modern API client that lives in your terminal.
Apache License 2.0
4.92k stars 73 forks source link

Feature Request: Support for SSE #58

Closed abhimanyu003 closed 2 months ago

abhimanyu003 commented 3 months ago

This is amazing project. Thanks for your great work. I have feature request to show data for SSE

SSE is well documented here : https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events https://html.spec.whatwg.org/multipage/server-sent-events.html

Currently I tried endpoint that's having SSE but I can't see any repsonse output in body section.