Replies: 1 comment
-
When I google this issue in regards to Curl itself, most of the answers mention using the As far as Hurl is concerned, special support for SSE would be cool I guess. To avoid building in specific features for SSE, I think my case could be covered with two features:
Reading back, I'm doubtful if this would be easier than adding specific SSE support, but maybe there's other protocols that this would enable testing. 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to test a scenario where one connection makes an SSE request and waits for messages that are triggered by a POST request made on a different connection.
Beta Was this translation helpful? Give feedback.
All reactions