Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
wai-extra Network.Wai.Middleware.RequestSizeLimit.Internal Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.
rewriteRequest :: (PathsAndQueries -> RequestHeaders -> IO PathsAndQueries) -> Request -> IO Requestwai-extra Network.Wai.Middleware.Rewrite Modify a Request using the supplied function in IO. This is suitable for the reverse proxy example.
rewriteRequestPure :: (PathsAndQueries -> RequestHeaders -> PathsAndQueries) -> Request -> Requestwai-extra Network.Wai.Middleware.Rewrite Modify a Request using the pure supplied function. This is suitable for the reverse proxy example.
-
wai-extra Network.Wai.Parse A data structure that describes the behavior of the parseRequestBodyEx function.
-
wai-extra Network.Wai.Parse The mimetype of the http body. Depending on whether just parameters or parameters and files are passed, one or the other mimetype should be used.
-
wai-extra Network.Wai.Parse Things that could go wrong while parsing a Request
clearMaxRequestFileSize :: ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Do not limit the maximum filesize per file.
clearMaxRequestFilesSize :: ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Do not limit the maximum size of all files per request.
clearMaxRequestKeyLength :: ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Do not limit the length of filenames.
clearMaxRequestNumFiles :: ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Do not limit the maximum number of files per request.