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.
setRequestIgnoreStatus :: Request -> Requesthttp-client Network.HTTP.Client.Internal Modify the request so that non-2XX status codes do not generate a runtime StatusCodeException.
setUri :: MonadThrow m => Request -> URI -> m Requesthttp-client Network.HTTP.Client.Internal Validate a URI, then add it to the request.
setUriEither :: Request -> URI -> Either String Requesthttp-client Network.HTTP.Client.Internal A variant of setUri that returns an error message on validation errors, instead of propagating them with throwM.
setUriRelative :: MonadThrow m => Request -> URI -> m Requesthttp-client Network.HTTP.Client.Internal Add a URI to the request. If it is absolute (includes a host name), add it as per setUri; if it is relative, merge it with the existing request.
setBody :: Request -> [GBody] -> Requestgogol-core Gogol.Types No documentation available.
setNumCapabilities :: MonadIO m => Int -> m ()unliftio UnliftIO.Concurrent Lifted version of setNumCapabilities.
setAccessTime :: MonadIO m => FilePath -> UTCTime -> m ()unliftio UnliftIO.Directory Lifted setAccessTime.
setCurrentDirectory :: MonadIO m => FilePath -> m ()unliftio UnliftIO.Directory Lifted setCurrentDirectory.
setModificationTime :: MonadIO m => FilePath -> UTCTime -> m ()unliftio UnliftIO.Directory Lifted setModificationTime.
setOwnerExecutable :: Bool -> Permissions -> Permissionsunliftio UnliftIO.Directory No documentation available.