Network.Wai.Handler.CGI
Documentation
run :: Application -> IO ()Source
Arguments
| :: [(String, String)] | all variables |
| -> (forall a. Int -> Enumerator ByteString IO a) | responseBody of input |
| -> (ByteString -> IO ()) | destination for output |
| -> Maybe ByteString | does the server support the X-Sendfile header? |
| -> Application | |
| -> IO () |
Arguments
| :: ByteString | sendfile header |
| -> Application | |
| -> IO () |
requestBodyFunc :: (Int -> IO (Maybe ByteString)) -> Int -> Enumerator ByteString IO aSource