|
Can we look into adding an EventStream client? it would be really helpful to debug SSEs and they are really starting to take off. |
Replies: 35 comments 15 replies
|
Can you please provide more info? I'm not sure what EventStream or SSE are. |
|
See(Server Sent Events) is a way for servers to push notifications to
clients (without websockets or the clients polling the server). It's based
on the older idea of http streaming, except it's more refined and involves
less hacking. Here is a short how to on both the client and server side
from MDN
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events
…On Tue, Jan 29, 2019, 3:37 AM Gregory Schier ***@***.***> wrote:
Can you please provide more info? I'm not sure what EventStream or SSE are.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1345 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR3nQljAOEqcKylTg6qjxDL-_nGrUu4hks5vH6XEgaJpZM4aOSIj>
.
|
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This is still interesting. |
|
Any interest in this anymore? |
|
Still interested |
|
Why is it closed? |
|
+1 |
|
Any progress on this? |
|
This is still interesting. |
|
👍 |
|
+1 |
|
Any update on this? |
|
+1000 |
|
Need this ❤️ |
|
Hey everyone - I'm right there with you! I'd love to have this in Insomnia! The best way to show your support on this is to use the upvote counter on this GitHub Discussion. In the future we're going to be using these as an indication of community interest when charting out and prioritizing new features. |
|
Any updates in 2022? |
|
SSE testing with Insomnia would be amazing. Only feature missing from otherwise perfect HTTP client |
|
+1 |
|
I really think this would be a great addition |
|
I have created a plugin that supports SSE endpoints (no tests unfortunately) after seeing this feature still wasn't present after 3 years. Enjoy ! (Tested with Insomnia v2022.7.5) |
|
This would be a huge help |
|
+1 |
|
+1 here as well. It would be really useful |
|
Hello, we are bumping up this very requested feature at the top of our roadmap. As such, you can expect further communication soon on a release date for this capability. Ideally, it will ship in the next couple of months or even sooner. |
|
Introducing SSE/EventStream support! The UX is a combination of the HTTP request and Websocket response. event-stream.demo.mov |
|
First off, thank you for this feature! I just started testing this, and one thing I noticed is is appears the SSE requests cannot reside inside a folder, it must stay at the root level (I can only create an SSE request at the root level, and I can't seem to drag into a folder). Ideally, you'd be able to organize the SSE requests just like any other, and the New "Event Stream Request" option would also be available on a folder context menu with the rest of the request types (it currently does not appear there). |
@jackkav i got this ...
but i need to verify if there is something on the server that could lead to that 🤔 |
|
Can this be used for GraphQL subscriptions over SSE? I would need to POST with a GraphQL subscription query in the body. |
|
This capability has shipped a long time ago, closing the conversation now. |



Introducing SSE/EventStream support!
The UX is a combination of the HTTP request and Websocket response.
Would really appreciate some feedback from participants in this discussion.
Thanks for your time!
event-stream.demo.mov