Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. xclaimRetryCount :: XClaimOpts -> Maybe Integer

    hedis Database.Redis

    No documentation available.

  2. xclaimRetryCount :: XClaimOpts -> Maybe Integer

    hedis Database.Redis.Sentinel

    No documentation available.

  3. EventRetry :: Natural -> EventMessage

    servant-client-core Servant.Client.Core.ServerSentEvents

    Set the event stream's reconnection time.

  4. EventRetryNonNumeric :: ByteString -> EventIgnoreReason

    servant-client-core Servant.Client.Core.ServerSentEvents

    No documentation available.

  5. httpConfigRetryJudge :: HttpConfig -> forall b . () => RetryStatus -> Response b -> Bool

    req Network.HTTP.Req

    The function is used to decide whether to retry a request. True means that the request should be retried. Note: signature of this function was changed in the version 1.0.0.

  6. httpConfigRetryJudgeException :: HttpConfig -> RetryStatus -> SomeException -> Bool

    req Network.HTTP.Req

    Similar to httpConfigRetryJudge, but is used to decide when to retry requests that resulted in an exception. By default it retries on response timeout and connection timeout (changed in version 3.8.0).

  7. httpConfigRetryPolicy :: HttpConfig -> RetryPolicyM IO

    req Network.HTTP.Req

    The retry policy to use for request retrying. By default def is used (see RetryPolicyM). Note: signature of this function was changed to disallow IO in version 1.0.0 and then changed back to its current form in 3.1.0.

  8. defaultRetryPolicy :: RetryPolicy

    sandwich Test.Sandwich.Waits

    The default retry policy.

  9. histRetryCount :: SessionHistory -> Int

    webdriver Test.WebDriver

    No documentation available.

  10. wdHTTPRetryCount :: WDConfig -> Int

    webdriver Test.WebDriver

    Number of times to retry a HTTP request if it times out (default 0)

Page 19 of many | Previous | Next