See also http://pvp.haskell.org/faq
### 0.1.4.0
* New module `Network.Http.Client.WebSocket` providing basic RFC6455 support.
* New function 'inputStreamBodyChunked' supporting breaking up over-sized chunks.
### 0.1.3.0
* New functions `receiveUpgradeResponse`, 'receiveConnectResponse', and `unsafeWithRawStreams` for accessing full-duplex low-level streams (e.g. for upgrading to Websockets protocol
* New function `makeConnection` for constructing a `Connection` object over custom streams.
### 0.1.2.0
* New functions `unsafeReceiveResponse` and `unsafeReceiveResponseRaw` that do not automatically skip to end-of-stream
### 0.1.1.0
* New alternative connection-setup API (`ConnectionAddress` et al.)
* New function `getHeaderMap` for exporting all response headers at once
* Add convenience functions `bytestringBody`, `lazyBytestringBody`, `utf8TextBody`, `utf8LazyTextBody`
* Add support for Brotli HTTP compression
## 0.1.0.0
* First version. Released on an unsuspecting world.
* Derived from `http-streams-core-0.8.6.1` & `http-common-0.8.2.0`