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. setRequestHost :: ByteString -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the destination host of the request

  2. setRequestIgnoreStatus :: Request -> Request

    http-conduit Network.HTTP.Simple

    Modify the request so that non-2XX status codes do not generate a runtime StatusCodeException.

  3. setRequestManager :: Manager -> Request -> Request

    http-conduit Network.HTTP.Simple

    Instead of using the default global Manager, use the supplied Manager.

  4. setRequestMethod :: ByteString -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the request method

  5. setRequestPath :: ByteString -> Request -> Request

    http-conduit Network.HTTP.Simple

    Lens for the requested path info of the request

  6. setRequestPort :: Int -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the destination port of the request

  7. setRequestProxy :: Maybe Proxy -> Request -> Request

    http-conduit Network.HTTP.Simple

    Override the default proxy server settings

  8. setRequestQueryString :: Query -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the query string parameters

  9. setRequestResponseTimeout :: ResponseTimeout -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the maximum time to wait for a response

  10. setRequestSecure :: Bool -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set whether this is a secureHTTPS (True) or insecureHTTP (False) request

Page 160 of many | Previous | Next