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.
setRequestManager :: Manager -> Request -> Requesthttp-conduit Network.HTTP.Simple Instead of using the default global Manager, use the supplied Manager.
setRequestMethod :: ByteString -> Request -> Requesthttp-conduit Network.HTTP.Simple Set the request method
setRequestPath :: ByteString -> Request -> Requesthttp-conduit Network.HTTP.Simple Lens for the requested path info of the request
setRequestPort :: Int -> Request -> Requesthttp-conduit Network.HTTP.Simple Set the destination port of the request
setRequestProxy :: Maybe Proxy -> Request -> Requesthttp-conduit Network.HTTP.Simple Override the default proxy server settings
setRequestQueryString :: Query -> Request -> Requesthttp-conduit Network.HTTP.Simple Set the query string parameters
setRequestResponseTimeout :: ResponseTimeout -> Request -> Requesthttp-conduit Network.HTTP.Simple Set the maximum time to wait for a response
setRequestSecure :: Bool -> Request -> Requesthttp-conduit Network.HTTP.Simple Set whether this is a secureHTTPS (True) or insecureHTTP (False) request
liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f) => (a -> b -> Bool) -> f a -> f b -> Booltransformers-compat Data.Functor.Classes.Generic A sensible default liftEq implementation for Generic1 instances.
-
transformers-compat Data.Functor.Classes.Generic Like liftEqDefault, but with configurable Options. Currently, the Options have no effect (but this may change in the future).