Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. InvalidUrlException :: String -> String -> HttpException

    http-client Network.HTTP.Client

    A URL (first field) is invalid for a given reason (second argument).

  2. data ProxyOverride

    http-client Network.HTTP.Client

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

  3. managerIdleConnectionCount :: ManagerSettings -> Int

    http-client Network.HTTP.Client

    Total number of idle connection to keep open at a given time. This limit helps deal with the case where you are making a large number of connections to different hosts. Without this limit, you could run out of file descriptors. Additionally, it can be set to zero to prevent reuse of any connections. Doing this is useful when the server your application is talking to sits behind a load balancer. Default: 512 Since 0.3.7

  4. data HeadersValidationResult

    http-client Network.HTTP.Client.Internal

    No documentation available.

  5. InvalidChunkHeaders :: HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    A chunked response body had invalid headers.

  6. InvalidDestinationHost :: ByteString -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    The host we tried to connect to is invalid (e.g., an empty string).

  7. InvalidHeader :: ByteString -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    The given response header line could not be parsed

  8. InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    Values in the proxy environment variable were invalid. Provides the environment variable name and its value.

  9. InvalidProxySettings :: Text -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    Proxy settings are not valid (Windows specific currently) @since 0.5.7

  10. InvalidRequestHeader :: ByteString -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    The given request header is not compliant (e.g. has newlines)

Page 402 of many | Previous | Next