Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
http-client Network.HTTP.Client How the HTTP proxy server settings should be discovered. Since 0.4.7
-
http-client Network.HTTP.Client.Internal A function which generates successive chunks of a request body, provider a single empty bytestring when no more data is available. Since 0.1.0
-
http-client Network.HTTP.Client.Internal Define a HTTP proxy, consisting of a hostname and port number.
Proxy :: ByteString -> Int -> Proxyhttp-client Network.HTTP.Client.Internal No documentation available.
ProxyConnectException :: ByteString -> Int -> Status -> HttpExceptionContenthttp-client Network.HTTP.Client.Internal A non-200 status code was returned when trying to connect to the proxy server on the given host and port.
-
http-client Network.HTTP.Client.Internal How the HTTP proxy server settings should be discovered. Since 0.4.7
ProxyOverride :: (Bool -> IO (Request -> Request)) -> ProxyOverridehttp-client Network.HTTP.Client.Internal No documentation available.
-
http-client Network.HTTP.Client.Internal Define how to make secure connections using a proxy server.
ProxySecureWithConnect :: ProxySecureModehttp-client Network.HTTP.Client.Internal Use the HTTP CONNECT verb to forward a secure connection through the proxy.
ProxySecureWithoutConnect :: ProxySecureModehttp-client Network.HTTP.Client.Internal Send the request directly to the proxy with an https URL. This mode can be used to offload TLS handling to a trusted local proxy.