mohws-0.2.1.6: Modular Haskell Web Server

Copyright2006 Bjorn Bringert
Safe HaskellNone
LanguageHaskell98

Network.MoHWS.Module

Description

Copyright: 2009, Henning Thielemann

Synopsis

Documentation

data T body Source #

isServerHost allows for advanced checks of the appropriate domain, e.g. we can catch all subdomains of a certain domain.

Constructors

Cons 

Fields

empty :: T body Source #

tweakFilename :: (server -> FilePath -> IO FilePath) -> server -> T body -> IO (T body) Source #

We use the type variable server although it will be always instantiated with T. However, with this type variable we avoid mutual recursive Haskell modules for Module and ServerContext.