UNPKG

resilient-http-client

Version:

This is an augmented [Angular HttpClient][angular-http-client] which overrides the get method to enrich resilience behaviour.

41 lines 915 B
{ "name": "resilient-http-client", "version": "2.0.5", "peerDependencies": { "@angular/common": "^19.1.2", "@angular/core": "^19.1.2", "uuid": "^10.0.0" }, "dependencies": { "tslib": "^2.8.1" }, "repository": { "type": "git", "url": "git+https://github.com/tobiasbrenner/resilient-http-service.git" }, "keywords": [ "resilient-http-client", "resilience", "http", "Angular", "HttpClient", "retry" ], "bugs": { "url": "https://github.com/tobiasbrenner/resilient-http-service/issues", "email": "tobias.brenner1981@gmail.com" }, "license": "MIT", "sideEffects": false, "module": "fesm2022/resilient-http-client.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/resilient-http-client.mjs" } } }