Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setApacheUserGetter :: (Request -> Maybe ByteString) -> ApacheSettings -> ApacheSettingswai-extra Network.Wai.Middleware.RequestLogger Function that allows you to get the current user from the request, which will then be added in the log. Default: return no user
-
wai-extra Network.Wai.Middleware.RequestSizeLimit Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.
-
wai-extra Network.Wai.Middleware.RequestSizeLimit Callback function when maximum length is exceeded. The Word64 argument is the limit computed by setMaxLengthForRequest.
-
wai-extra Network.Wai.Middleware.RequestSizeLimit.Internal Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.
-
wai-extra Network.Wai.Middleware.RequestSizeLimit.Internal Callback function when maximum length is exceeded. The Word64 argument is the limit computed by setMaxLengthForRequest.
setMaxHeaderLineLength :: Int -> ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Set the maximum header line length per mime/multipart entry.
setMaxHeaderLines :: Int -> ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Set the maximum header lines per mime/multipart entry.
setMaxRequestFileSize :: Int64 -> ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Set the maximum filesize per file (in bytes).
setMaxRequestFilesSize :: Int64 -> ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Set the maximum size of all files per request.
setMaxRequestKeyLength :: Int -> ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Set the maximum length of a filename.