insomnia/packages/insomnia-smoke-test/server
Jack Kavanagh 3cdd4c8491
SSE/EventStream support (#6147)
* new request

* add button

* s

* fix formatting issue

* detect event stream

* hide dropdown

* wip

* add basic test

* pass 1 can make connection

* implement event stream open pass 2

* wire up ready state

* wiring up close and error pass 3

* can open and close connections

* clean header

* listen to timeline

* extract options to function

* fix bug in ws

* add debug stuff to timeline

* don't rely on redux to set active response

* fix close type

* rename sse to event stream

* get request flag from request model

* copy websocket response pane

* hide response data

* flatten ws and curl responses

* fix test

* fix catch

* reset file

* use realtime event watcher

* rename some files

* fix types

* fix e2e test

* fix lint

* consistent empty states

* pin to bottom

* remove todo

* add SSE logo

* add sse to readme
2023-07-19 09:58:37 +00:00
..
basic-auth.ts Create smoketests for oauth flows (#4511) 2022-02-28 16:28:02 +01:00
github-api.ts Add GitHub OAuth for git repos (#4429) 2022-03-18 10:57:12 +01:00
gitlab-api.ts add gitlab oauth provider and ui (#4727) 2022-06-01 10:39:31 +02:00
graphql.ts Add graphQL to smoke tests (INS-1592). (#4867) 2022-06-22 15:29:27 +00:00
grpc.ts Add server reflection to smoke test grpc server (#5517) 2022-12-13 21:34:15 +01:00
index.ts SSE/EventStream support (#6147) 2023-07-19 09:58:37 +00:00
oauth.ts Enable noImplicitAny. (#4864) 2022-06-14 23:41:19 -04:00
websocket.ts Add better support for binary data on WebSocket connections (#5897) 2023-04-24 16:40:51 +00:00