-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Frontend support for using http-client with conduit
--   
--   Intended for use by higher-level libraries, such as http-conduit.
@package http-client-conduit
@version 0.2.0.0


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