streaming-wai-0.1.0: Streaming Wai utilities

Safe HaskellNone
LanguageHaskell2010

Network.Wai.Streaming

Contents

Synopsis

Documentation

data Flush a Source #

Constructors

Chunk !a 
Flush 

Instances

Functor Flush Source # 

Methods

fmap :: (a -> b) -> Flush a -> Flush b #

(<$) :: a -> Flush b -> Flush a #

Show a => Show (Flush a) Source # 

Methods

showsPrec :: Int -> Flush a -> ShowS #

show :: Flush a -> String #

showList :: [Flush a] -> ShowS #

ByteStrings

Flushed Builders

Using Flush allows you to explicitly control flushing behavior