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.
setRequestHost :: ByteString -> Request -> Requesthttp-conduit Network.HTTP.Simple Set the destination host of the request
setRequestIgnoreStatus :: Request -> Requesthttp-conduit Network.HTTP.Simple Modify the request so that non-2XX status codes do not generate a runtime StatusCodeException.
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