Skip to content

Releases: belingud/httpie-websockets

v1.0.0

05 Oct 13:13
Compare
Choose a tag to compare

What's Changed

Please see CHANGELOG.md

Full Changelog: v0.6.1...v1.0.0

v0.5.4

23 Aug 06:27
Compare
Choose a tag to compare
  1. Drop download messages support.
  2. Complete unit test case.

v0.5.0

15 Aug 14:54
Compare
Choose a tag to compare
  1. Support proxy passed by httpie, like http wss://echo.websocket.org --proxy=http://proxy.server
  2. Support custom ssl cert file with httpie, like http wss://echo.websocket.org --cery=/path/to/cert
  3. Support custom headers, subprotocol/auth/session included
  4. Support timeout, waiting for connection established.
  5. Set env HTTPIE_WS_LOG_LEVEL to DEBUG to see more debug info from httpie_websockets