Safe Haskell | None |
---|
Network.HTTP.Client.Conduit
Description
Frontend support for using http-client with conduit. Intended for use with higher-level libraries like http-conduit.
Documentation
requestBodySource :: Int64 -> Source (ResourceT IO) ByteString -> RequestBodySource
requestBodySourceChunked :: Source (ResourceT IO) ByteString -> RequestBodySource
requestBodySourceIO :: Int64 -> Source IO ByteString -> RequestBodySource
requestBodySourceChunkedIO :: Source IO ByteString -> RequestBodySource
bodyReaderSource :: MonadIO m => BodyReader -> Producer m ByteStringSource
http :: MonadResource m => Request -> Manager -> m (Response (ResumableSource m ByteString))Source