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.
InvalidUrlException :: String -> String -> HttpExceptionhttp-conduit Network.HTTP.Client.Conduit A URL (first field) is invalid for a given reason (second argument).
-
http-conduit Network.HTTP.Client.Conduit How the HTTP proxy server settings should be discovered. Since 0.4.7
InvalidChunkHeaders :: HttpExceptionContenthttp-conduit Network.HTTP.Conduit A chunked response body had invalid headers.
InvalidDestinationHost :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Conduit The host we tried to connect to is invalid (e.g., an empty string).
InvalidHeader :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Conduit The given response header line could not be parsed
InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContenthttp-conduit Network.HTTP.Conduit Values in the proxy environment variable were invalid. Provides the environment variable name and its value.
InvalidProxySettings :: Text -> HttpExceptionContenthttp-conduit Network.HTTP.Conduit Proxy settings are not valid (Windows specific currently) @since 0.5.7
InvalidRequestHeader :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Conduit The given request header is not compliant (e.g. has newlines)
InvalidStatusLine :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Conduit The status line returned by the server could not be parsed.
InvalidUrlException :: String -> String -> HttpExceptionhttp-conduit Network.HTTP.Conduit A URL (first field) is invalid for a given reason (second argument).