packages feed

http-kit 0.2.1 → 0.2.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Network.HTTP.Toolkit: type RequestPath = ByteString

Files

http-kit.cabal view
@@ -1,5 +1,5 @@ name:             http-kit-version:          0.2.1+version:          0.2.2 synopsis:         A low-level HTTP library description:      A low-level HTTP library that can be used to build more                   sophisticated applications on top of it.
src/Network/HTTP/Toolkit.hs view
@@ -5,6 +5,7 @@ , connectionFromHandle  -- * Handling requests+, RequestPath , Request(..) , readRequestWithLimit , readRequest