Îõ³h* kÅ!      0.1.0.2 Safe-InferredÍstaminaTracks the status of a retry>All fields will be zero if no retries have been attempted yet.stamina Number of retry attempts so far.staminaDelay before the next retry. staminaTotal delay so far. stamina,Reset the retry status to the initial state. stamina#The last exception that was thrown. stamina!Settings for the retry functions.staminaÅInitial status of the retry, useful to override when resuming a retrystaminaÊMaximum number of attempts. Can be combined with a timeout. Default to 10.staminaÌMaximum time for all retries. Can be combined with attempts. Default to 60s.stamina backoffExpBase ** (attempt - 1) + random(0, backoffJitter) ÆWith the default values, the backoff for the first 5 attempts will be: Ý 2 ** 0 + random(0, 1) = 1 + random(0, 1) 2 ** 1 + random(0, 1) = 2 + random(0, 1) 2 ** 2 + random(0, 1) = 4 + random(0, 1) 2 ** 3 + random(0, 1) = 8 + random(0, 1) 2 ** 4 + random(0, 1) = 16 + random(0, 1) 7If all retries fail, the last exception is let through.staminaÐEscalate an Either to an exception by converting the Left value to an exception.staminaConvert a Maybe to an Either.stamina#Escalate an Either to an exception.     Safe-Inferred½stamina Retry handler for HTTP requests.ãRetries a subset of HTTP exceptions and overrides the delay with the Retry-After header if present.!       !"stamina-0.1.0.2-inplaceStamina Stamina.HTTPstamina RetryActionRaiseExceptionRetry RetryDelay RetryTime RetryStatusattemptsdelay totalDelay resetInitial lastException RetrySettingsinitialRetryStatus maxAttemptsmaxTimebackoffMaxRetryDelay backoffJitterbackoffExpBasedefaultsretryretryFor escalateWithwithLeftescalate$fShowRetryAction$fEqRetryActionhandler$fReadRetryAfterHeader$fEqRetryAfterHeader$fShowRetryAfterHeader