http-client-websockets: Glue code for http-client and websockets

[ library, network ] [ Propose Tags ]

Glue code for http-client and websockets, so that you can use a Manager from http-client to create a WebSocket connection.

This way, all applicable Manager options like TLS or proxy settings can be reused.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), bytestring, http-client (>=0.6), network-uri (>=2.6), utf8-string, websockets (>=0.12) [details]
License CC0-1.0
Author amesgen
Maintainer amesgen@amesgen.de
Revised Revision 1 made by amesgen at 2020-09-29T23:08:15Z
Category Network
Home page https://github.com/amesgen/http-client-websockets
Bug tracker https://github.com/amesgen/http-client-websockets/issues
Source repo head: git clone https://github.com/amesgen/http-client-websockets
Uploaded by amesgen at 2020-09-29T21:33:08Z
Distributions NixOS:0.1.1.3
Downloads 692 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-09-29 [all 1 reports]

Readme for http-client-websockets-0.1.0.0

[back to package description]

http-client-websockets

CI Hackage

Glue code for http-client and websockets.