Changelog for http-streams-0.8.3.3
-
v0.8.3
A pure version ofbuildRequest
is now available asbuildRequest1
. Support for connecting to Unix domain sockets has been added. -
v0.7.0
The Request, Response, Headers, and RequestBuilder types have been factored out and moved to http-common. They are still exported by http-streams. -
v0.6.0
Entity body lengths (both for Requests and Responses) now Int64. Library depends on io-streams 1.1. -
v0.5.0
Definition of Hostname and Port have been changed to ByteString and Word16, respectively. -
v0.4.0
Type signature ofbuildRequest
changed, removing the Connection parameter. This allows you to construct Request objects before opening a connection to the web server if you wish. -
v0.3.1
Initial public release