wai-extra-0.3.2.1: Provides some basic WAI handlers and middleware.
Source code
Contents
Index
Network.Wai.Handler.CGI
Documentation
run
::
Application
->
IO
()
Source
run'
Source
:: [(
String
,
String
)]
all variables
->
Handle
responseBody of input
->
Handle
destination for output
->
Application
->
IO
()
run''
Source
:: [(
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
()
runSendfile
Source
::
ByteString
sendfile header
->
Application
->
IO
()
requestBodyFunc
:: (
Int
->
IO
(
Maybe
ByteString
)) ->
Int
->
Enumerator
ByteString
IO
a
Source
Produced by
Haddock
version 2.6.1