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.

  1. setFileExtension :: MonadThrow m => WindowsString -> Path b File -> m (Path b File)

    path OsPath.Windows

    Deprecated: Please use replaceExtension instead.

  2. setFileExtension :: MonadThrow m => String -> Path b File -> m (Path b File)

    path Path.Posix

    Deprecated: Please use replaceExtension instead.

  3. setFileExtension :: MonadThrow m => String -> Path b File -> m (Path b File)

    path Path.Windows

    Deprecated: Please use replaceExtension instead.

  4. setTime :: (Integral a, Bits a) => UUID -> a -> Maybe UUID

    uuid Data.UUID.Util

    No documentation available.

  5. setHeader :: HeaderName -> HandleType -> CombineSettings -> CombineSettings

    wai-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.

  6. setHeaderMap :: HeaderMap -> CombineSettings -> CombineSettings

    wai-extra Network.Wai.Middleware.CombineHeaders

    Override the HeaderMap of the CombineSettings (default: defaultHeaderMap)

  7. setRequestHeaders :: Bool -> CombineSettings -> CombineSettings

    wai-extra Network.Wai.Middleware.CombineHeaders

    Set whether the combining of headers should be applied to the incoming request headers. (default: True)

  8. setResponseHeaders :: Bool -> CombineSettings -> CombineSettings

    wai-extra Network.Wai.Middleware.CombineHeaders

    Set whether the combining of headers should be applied to the outgoing response headers. (default: False)

  9. setApacheIPAddrSource :: IPAddrSource -> ApacheSettings -> ApacheSettings

    wai-extra Network.Wai.Middleware.RequestLogger

    Where to take IP addresses for clients from. See IPAddrSource for more information. Default value: FromSocket

  10. setApacheRequestFilter :: (Request -> Response -> Bool) -> ApacheSettings -> ApacheSettings

    wai-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

Page 191 of many | Previous | Next