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.
setFileExtension :: MonadThrow m => WindowsString -> Path b File -> m (Path b File)path OsPath.Windows Deprecated: Please use replaceExtension instead.
setFileExtension :: MonadThrow m => String -> Path b File -> m (Path b File)path Path.Posix Deprecated: Please use replaceExtension instead.
setFileExtension :: MonadThrow m => String -> Path b File -> m (Path b File)path Path.Windows Deprecated: Please use replaceExtension instead.
setTime :: (Integral a, Bits a) => UUID -> a -> Maybe UUIDuuid Data.UUID.Util No documentation available.
setHeader :: HeaderName -> HandleType -> CombineSettings -> CombineSettingswai-extra Network.Wai.Middleware.CombineHeaders Convenience function to add a header to the header map or, if it is already in the map, to change the HandleType.
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