happstack-0.4.1: The haskell application server stack + code generationSource codeContentsIndex
Happstack.Server.HSP.HTML
Synopsis
webHSP :: MonadIO m => HSP XML -> m Response
Documentation
webHSP :: MonadIO m => HSP XML -> m ResponseSource
Converts a HSP XML to a Happstack Response. Since HSP XML is the type returned by using literal HTML syntax with HSP, you can wrap up your HTML as webHSP $ html>...</html to use it with Happstack.
Produced by Haddock version 2.5.0