httpexpect icon indicating copy to clipboard operation
httpexpect copied to clipboard

Support EventSource

Open alexec opened this issue 5 years ago • 7 comments

We use EventSource in our codebase. I imagine supporting this would be similar to WebSocket? #50

alexec avatar Dec 30 '19 22:12 alexec

I guess yes. Likely it would be even simpler to implement because it's unidirectional and because chunked encoding is already working.

gavv avatar Dec 31 '19 10:12 gavv

Hey @gavv I'm looking for some OSS work - would it be cool if I picked this up? (Assuming it hasn't been done already)

soggycactus avatar Jul 28 '21 19:07 soggycactus

@soggycactus hi, you're welcome! It's not done yet.

gavv avatar Jul 28 '21 19:07 gavv

Hi @gavv , This issue still alive? 😄

Is someone working on it??? Can I try to pick?

fer-correa avatar Oct 27 '21 13:10 fer-correa

Could help:

https://github.com/argoproj/argo-workflows/blob/832ae296527bdd51e0c785cdea33ff24a966eb65/test/e2e/argo_server_test.go#L1074

alexec avatar Oct 27 '21 15:10 alexec

Hi @gavv , This issue still alive? 😄

Is someone working on it??? Can I try to pick?

I ended up not working on this as my project switched to a different protocol, feel free to pick it up

soggycactus avatar Oct 27 '21 16:10 soggycactus

Hi @gavv , This issue still alive? 😄 Is someone working on it??? Can I try to pick?

I ended up not working on this as my project switched to a different protocol, feel free to pick it up

Thanks @soggycactus

fer-correa avatar Oct 27 '21 21:10 fer-correa