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