happstack-server-6.6.2: Web related tools and services.

Safe HaskellNone

Happstack.Server.Internal.LazyLiner

Documentation

newLinerHandle :: Handle -> IO LazySource

headerLines :: Lazy -> IO [ByteString]Source

getBytes :: Lazy -> Int -> IO ByteStringSource

getBytesStrict :: Lazy -> Int -> IO ByteStringSource

getRest :: Lazy -> IO ByteStringSource

toChunks :: ByteString -> [ByteString]