Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Websocket headers, top level lists, first draft of rest requests

Compare
Choose a tag to compare
@jamsidedown jamsidedown released this 14 Sep 10:37
· 6 commits to master since this release
d049dea

Users can now use headers when connecting to websocket hosts - headers can be used for auth.

Responses where the top level is a list can now be correctly parsed and handled.

First draft of sending rest requests as part of a WSTest now for flows that use both websockets and rest requests in tandem. Written with the help of @Maxoyd 👍