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-conduit Network.HTTP.Client.Conduit

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

  2. data ProxyOverride

    http-conduit Network.HTTP.Client.Conduit

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

  3. InvalidChunkHeaders :: HttpExceptionContent

    http-conduit Network.HTTP.Conduit

    A chunked response body had invalid headers.

  4. InvalidDestinationHost :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Conduit

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

  5. InvalidHeader :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Conduit

    The given response header line could not be parsed

  6. InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContent

    http-conduit Network.HTTP.Conduit

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

  7. InvalidProxySettings :: Text -> HttpExceptionContent

    http-conduit Network.HTTP.Conduit

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

  8. InvalidRequestHeader :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Conduit

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

  9. InvalidStatusLine :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Conduit

    The status line returned by the server could not be parsed.

  10. InvalidUrlException :: String -> String -> HttpException

    http-conduit Network.HTTP.Conduit

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

Page 418 of many | Previous | Next