wai-handler-fastcgi-0.4.2: Wai handler to fastcgi

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

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.