mighttpd2-4.0.2: High performance web server on WAI/warp
Safe HaskellSafe-Inferred
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.