Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "core/src/httpClient/retryValidator"

Index

Variables

Const MAX_RETRY_ATTEMPTS

MAX_RETRY_ATTEMPTS: 5 = 5

Functions

Const createRetryValidator

  • createRetryValidator(endpointsToRetry: EndpointList, maxRetries?: number): RetryValidator

Const createUniversalRetryValidator

  • createUniversalRetryValidator(maxRetries?: number): RetryValidator

isValidRetryStatusCode

  • isValidRetryStatusCode(status: number): boolean

matchPathWithEndpoint

  • matchPathWithEndpoint(path: string, endpoint: string): boolean

matchPathWithEndpoints

  • matchPathWithEndpoints(path: string, endpoints: string[]): boolean