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. InvalidStatusLine :: ByteString -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

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

  2. InvalidUrlException :: String -> String -> HttpException

    http-client Network.HTTP.Client.Internal

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

  3. newtype ProxyOverride

    http-client Network.HTTP.Client.Internal

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

  4. ProxyOverride :: (Bool -> IO (Request -> Request)) -> ProxyOverride

    http-client Network.HTTP.Client.Internal

    No documentation available.

  5. managerIdleConnectionCount :: ManagerSettings -> Int

    http-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

  6. managerIdleConnectionCount :: ManagerSettings -> Int

    http-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

  7. requestManagerOverride :: Request -> Maybe Manager

    http-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

  8. runProxyOverride :: ProxyOverride -> Bool -> IO (Request -> Request)

    http-client Network.HTTP.Client.Internal

    No documentation available.

  9. validateHeaders :: RequestHeaders -> HeadersValidationResult

    http-client Network.HTTP.Client.Internal

    No documentation available.

  10. module Test.QuickCheck.Instances.UUID

    No documentation available.

Page 403 of many | Previous | Next