-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Happstack extension for use with FastCGI. -- -- This library lets you write FastCGI programs with Happstack. This -- package reuses the SimpleHTTP API, making it very easy to port -- stand-alone HTTP programs to FastCGI. @package happstack-fastcgi @version 0.1.5 -- | Running Happstack applications using FastCGI -- -- You need to keep a couple things in mind when configuring a FastCGI -- Happstack application, especially when using Happstack-state. -- -- There are several ways to let Apache + FastCGI handle your -- application. -- -- module Happstack.Server.FastCGI -- | Converts a Happstack ServerPartT to a CGI handling function. serverPartToCGI :: ToMessage b => ServerPartT IO b -> CGI CGIResult