wai-handler-fastcgi-1.2.0.1: Wai handler to fastcgi

Portabilitynon-portable (uses FFI)
Stabilityexperimental
Maintainermichael@snoyman.com
Safe HaskellSafe-Infered

Network.Wai.Handler.FastCGI

Description

Interface for FastCGI http://fastcgi.com/, using the fcgiapp API. Totally ripped off by Michael Snoyman to work with Hack, then WAI.

Synopsis

Documentation

run :: Application -> IO ()Source

Handle FastCGI requests in an infinite loop.

runSendfile :: ByteString -> Application -> IO ()Source

Handle FastCGI requests in an infinite loop. For a server which supports the X-Sendfile header.