mohws-0.2.1.5: Modular Haskell Web Server

Copyright2006 Bjorn Bringert
Safe HaskellNone
LanguageHaskell98

Network.MoHWS.Server.Context

Contents

Description

Copyright: 2009, Henning Thielemann

Synopsis

ServerContext

data T ext Source #

Constructors

Cons 

Instances

Functor T Source # 

Methods

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

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

HasHandle (T ext) Source # 

Methods

getHandle :: T ext -> Handle Source #

MIME types

Logging

logAccess :: T ext -> T body -> T body -> TimeDiff -> IO () Source #