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.
InvalidStatusLine :: ByteString -> HttpExceptionContenthttp-client Network.HTTP.Client.Internal The status line returned by the server could not be parsed.
InvalidUrlException :: String -> String -> HttpExceptionhttp-client Network.HTTP.Client.Internal A URL (first field) is invalid for a given reason (second argument).
-
http-client Network.HTTP.Client.Internal How the HTTP proxy server settings should be discovered. Since 0.4.7
ProxyOverride :: (Bool -> IO (Request -> Request)) -> ProxyOverridehttp-client Network.HTTP.Client.Internal No documentation available.
managerIdleConnectionCount :: ManagerSettings -> Inthttp-client Network.HTTP.Client.Internal 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
managerIdleConnectionCount :: ManagerSettings -> Inthttp-client Network.HTTP.Client.Internal 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
requestManagerOverride :: Request -> Maybe Managerhttp-client Network.HTTP.Client.Internal A Manager value that should override whatever Manager value was passed in to the HTTP request function manually. This is useful when dealing with implicit global managers, such as in Network.HTTP.Simple
runProxyOverride :: ProxyOverride -> Bool -> IO (Request -> Request)http-client Network.HTTP.Client.Internal No documentation available.
validateHeaders :: RequestHeaders -> HeadersValidationResulthttp-client Network.HTTP.Client.Internal No documentation available.
module Test.QuickCheck.Instances.
UUID No documentation available.