• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. connectionReadLineWith :: Maybe MaxHeaderLength -> Connection -> ByteString -> IO ByteString

    http-client Network.HTTP.Client.Internal

    No documentation available.

  2. connectionUnread :: Connection -> ByteString -> IO ()

    http-client Network.HTTP.Client.Internal

    Return data to be read next time.

  3. connectionUnreadLine :: Connection -> ByteString -> IO ()

    http-client Network.HTTP.Client.Internal

    No documentation available.

  4. constBodyReader :: [ByteString] -> IO BodyReader

    http-client Network.HTTP.Client.Internal

    No documentation available.

  5. handleClosedRead :: SomeException -> IO ByteString

    http-client Network.HTTP.Client.Internal

    No documentation available.

  6. makeChunkedReader :: Maybe MaxHeaderLength -> IO () -> Bool -> Connection -> IO BodyReader

    http-client Network.HTTP.Client.Internal

    No documentation available.

  7. makeGzipReader :: BodyReader -> IO BodyReader

    http-client Network.HTTP.Client.Internal

    No documentation available.

  8. makeLengthReader :: IO () -> Int -> Connection -> IO BodyReader

    http-client Network.HTTP.Client.Internal

    No documentation available.

  9. makeUnlimitedReader :: IO () -> Connection -> IO BodyReader

    http-client Network.HTTP.Client.Internal

    No documentation available.

  10. bytesRead :: Get Int

    cereal Data.Serialize.Get

    Get the number of bytes read up to this point

Page 460 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete