ngx-http-resilience
Advanced tools
Comparing version 0.4.1 to 0.4.4
@@ -20,3 +20,3 @@ import { HttpStatusCode } from '@angular/common/http'; | ||
*/ | ||
export declare const STANDARD_RETRYABLE_STATUS_CODES: readonly [HttpStatusCode.RequestTimeout, HttpStatusCode.BadGateway, HttpStatusCode.ServiceUnavailable, HttpStatusCode.GatewayTimeout]; | ||
export declare const STANDARD_RETRYABLE_STATUS_CODES: HttpStatusCode[]; | ||
/** | ||
@@ -30,2 +30,3 @@ * Match any error with a status code matching the given options. | ||
* shouldHandleError: withStatusCodes(500), | ||
* }) | ||
* | ||
@@ -32,0 +33,0 @@ * @example |
{ | ||
"name": "ngx-http-resilience", | ||
"version": "0.4.1", | ||
"version": "0.4.4", | ||
"description": "Angular HttpInterceptors that provide resiliency capabilities ", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1529
164395