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.

  1. setMaxLengthForRequest :: (Request -> IO (Maybe Word64)) -> RequestSizeLimitSettings -> RequestSizeLimitSettings

    wai-extra Network.Wai.Middleware.RequestSizeLimit.Internal

    Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.

  2. rewriteRequest :: (PathsAndQueries -> RequestHeaders -> IO PathsAndQueries) -> Request -> IO Request

    wai-extra Network.Wai.Middleware.Rewrite

    Modify a Request using the supplied function in IO. This is suitable for the reverse proxy example.

  3. rewriteRequestPure :: (PathsAndQueries -> RequestHeaders -> PathsAndQueries) -> Request -> Request

    wai-extra Network.Wai.Middleware.Rewrite

    Modify a Request using the pure supplied function. This is suitable for the reverse proxy example.

  4. data ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    A data structure that describes the behavior of the parseRequestBodyEx function.

  5. data RequestBodyType

    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.

  6. data RequestParseException

    wai-extra Network.Wai.Parse

    Things that could go wrong while parsing a Request

  7. clearMaxRequestFileSize :: ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Do not limit the maximum filesize per file.

  8. clearMaxRequestFilesSize :: ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Do not limit the maximum size of all files per request.

  9. clearMaxRequestKeyLength :: ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Do not limit the length of filenames.

  10. clearMaxRequestNumFiles :: ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Do not limit the maximum number of files per request.

Page 235 of many | Previous | Next