Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
connectionReadLineWith :: Maybe MaxHeaderLength -> Connection -> ByteString -> IO ByteStringhttp-client Network.HTTP.Client.Internal No documentation available.
connectionUnread :: Connection -> ByteString -> IO ()http-client Network.HTTP.Client.Internal Return data to be read next time.
connectionUnreadLine :: Connection -> ByteString -> IO ()http-client Network.HTTP.Client.Internal No documentation available.
constBodyReader :: [ByteString] -> IO BodyReaderhttp-client Network.HTTP.Client.Internal No documentation available.
handleClosedRead :: SomeException -> IO ByteStringhttp-client Network.HTTP.Client.Internal No documentation available.
makeChunkedReader :: Maybe MaxHeaderLength -> IO () -> Bool -> Connection -> IO BodyReaderhttp-client Network.HTTP.Client.Internal No documentation available.
makeGzipReader :: BodyReader -> IO BodyReaderhttp-client Network.HTTP.Client.Internal No documentation available.
makeLengthReader :: IO () -> Int -> Connection -> IO BodyReaderhttp-client Network.HTTP.Client.Internal No documentation available.
makeUnlimitedReader :: IO () -> Connection -> IO BodyReaderhttp-client Network.HTTP.Client.Internal No documentation available.
-
cereal Data.Serialize.Get Get the number of bytes read up to this point