wai-app-file-cgi-0.1.0: File/CGI App of WAI

Network.Wai.Application.Classic.CGI

Synopsis

Documentation

cgiApp :: AppSpec -> CgiRoute -> ApplicationSource

Handle GET and POST for CGI.

The program to link this library must ignore SIGCHLD as follow:

   installHandler sigCHLD Ignore Nothing