Description
HTTP and WebSocket client based on io-streams.
Description
An HTTP client with WebSocket (RFC 6455) support, using the Snap Framework's io-streams library to handle the streaming IO. The http-io-streams
API designed for ease of use when querying web services and dealing with the result as streaming I/O.
The main HTTP/1.1 part of the library is exported in a single module Network.Http.Client
; the WebSocket specific functionality is available from the Network.Http.Client.WebSocket
module.
NOTE: This package originally started as a fork of http-streams with a lighter dependency footprint focusing on core HTTP functionality.