mighttpd2-3.3.1: High performance web server on WAI/warp

Safe HaskellSafe
LanguageHaskell2010

Program.Mighty.ByteString

Synopsis

Documentation

bshow :: Show a => a -> ByteString Source

Converting showalbe data to ByteString.

(+++) :: ByteString -> ByteString -> ByteString infixr 5 Source

Appending two ByteString.