Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setHeaderMap :: HeaderMap -> CombineSettings -> CombineSettingswai-extra Network.Wai.Middleware.CombineHeaders Override the HeaderMap of the CombineSettings (default: defaultHeaderMap)
setRequestHeaders :: Bool -> CombineSettings -> CombineSettingswai-extra Network.Wai.Middleware.CombineHeaders Set whether the combining of headers should be applied to the incoming request headers. (default: True)
setResponseHeaders :: Bool -> CombineSettings -> CombineSettingswai-extra Network.Wai.Middleware.CombineHeaders Set whether the combining of headers should be applied to the outgoing response headers. (default: False)
setApacheIPAddrSource :: IPAddrSource -> ApacheSettings -> ApacheSettingswai-extra Network.Wai.Middleware.RequestLogger Where to take IP addresses for clients from. See IPAddrSource for more information. Default value: FromSocket
setApacheRequestFilter :: (Request -> Response -> Bool) -> ApacheSettings -> ApacheSettingswai-extra Network.Wai.Middleware.RequestLogger Function that allows you to filter which requests are logged, based on the request and response Default: log all requests
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.