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.

  1. data ProxyOverride

    http-client Network.HTTP.Client

    How the HTTP proxy server settings should be discovered. Since 0.4.7

  2. type Popper = IO ByteString

    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

  3. data Proxy

    http-client Network.HTTP.Client.Internal

    Define a HTTP proxy, consisting of a hostname and port number.

  4. Proxy :: ByteString -> Int -> Proxy

    http-client Network.HTTP.Client.Internal

    No documentation available.

  5. ProxyConnectException :: ByteString -> Int -> Status -> HttpExceptionContent

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

  6. newtype ProxyOverride

    http-client Network.HTTP.Client.Internal

    How the HTTP proxy server settings should be discovered. Since 0.4.7

  7. ProxyOverride :: (Bool -> IO (Request -> Request)) -> ProxyOverride

    http-client Network.HTTP.Client.Internal

    No documentation available.

  8. data ProxySecureMode

    http-client Network.HTTP.Client.Internal

    Define how to make secure connections using a proxy server.

  9. ProxySecureWithConnect :: ProxySecureMode

    http-client Network.HTTP.Client.Internal

    Use the HTTP CONNECT verb to forward a secure connection through the proxy.

  10. ProxySecureWithoutConnect :: ProxySecureMode

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

Page 59 of many | Previous | Next