@hackage wss-client0.1.0.0

A-little-higher-level WebSockets client.

wss-client

A-little-higher-level WebSocket client library.
Thanks to http-client and http-client-tls, this package supports HTTP_PROXY environment variable and TLS.

TODO

  • Support non-TLS connection via an HTTP proxy server (I have to modify the websockets package to do that).
  • Add APIs to modify config of both http-client and websockets.
  • Test with a mock server.