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.

  1. setRequestManager :: Manager -> Request -> Request

    http-conduit Network.HTTP.Simple

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

  2. setRequestMethod :: ByteString -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the request method

  3. setRequestPath :: ByteString -> Request -> Request

    http-conduit Network.HTTP.Simple

    Lens for the requested path info of the request

  4. setRequestPort :: Int -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the destination port of the request

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

    http-conduit Network.HTTP.Simple

    Override the default proxy server settings

  6. setRequestQueryString :: Query -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the query string parameters

  7. setRequestResponseTimeout :: ResponseTimeout -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the maximum time to wait for a response

  8. setRequestSecure :: Bool -> Request -> Request

    http-conduit Network.HTTP.Simple

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

  9. liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f) => (a -> b -> Bool) -> f a -> f b -> Bool

    transformers-compat Data.Functor.Classes.Generic

    A sensible default liftEq implementation for Generic1 instances.

  10. liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f) => Options -> (a -> b -> Bool) -> f a -> f b -> Bool

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

Page 181 of many | Previous | Next