mohws-0.2.1.5: Modular Haskell Web Server

Safe HaskellNone
LanguageHaskell98

Network.MoHWS.Server.Request

Synopsis

Documentation

data T body Source #

All the server's information about a request

Instances

Functor T Source # 

Methods

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

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

Show (T body) Source # 

Methods

showsPrec :: Int -> T body -> ShowS #

show :: T body -> String #

showList :: [T body] -> ShowS #