hack-frontend-happstack-2009.6.24.1: hack-frontend-happstack

Hack.Frontend.Happstack

Synopsis

Documentation

convertHeader :: HeaderPair -> (String, String)Source

Sets all the headers coming from Happstack

toHappstackRequest :: Env -> RequestSource

Converts one request into another

processRequest :: (ToMessage b, Monad m, Functor m) => ServerPartT m b -> Request -> m ResponseSource

Transforms a ServerPartT into a function. This is a copy of simpleHTTP'

split :: Char -> String -> [String]Source

Splits a list by character, the resulting lists don't have the character in them.