tighttp-0.0.0.6: Tiny and Incrementally-Growing HTTP library

Safe HaskellNone

Network.TigHTTP.Server

Documentation

putResponse :: (PipeClass p, MonadTrans (p ByteString ()), Monad (p ByteString () (HandleMonad h)), HandleLike h) => h -> Response p h -> HandleMonad h ()Source

response :: (PipeClass p, Monad (p () ByteString (HandleMonad h)), HandleLike h) => ByteString -> Response p hSource

requestBody :: HandleLike h => Request h -> Pipe () ByteString (HandleMonad h) ()Source