angular/packages/common/http
Vincent 1408baff45 fix(http): Add missing timeout and transferCache options to HttpClient (#62586)
The `timeout` option is implemented in the different HTTP backends, but the option is not actually passed to the backends. `transferCache` is also missing in one signature. This commit adds both options to `HttpClient`.

Fixes #62581

PR Close #62586
2025-07-14 15:45:25 -07:00
..
src fix(http): Add missing timeout and transferCache options to HttpClient (#62586) 2025-07-14 15:45:25 -07:00
test feat(http): add referrer & integrity support for fetch requests in httpResource (#62461) 2025-07-14 11:40:54 -07:00
testing build: migrate to use web test runner rules (#62292) 2025-06-26 17:19:10 +00:00
BUILD.bazel refactor: use zone.js from npm instead of packages/zone.js throughout repo (#61977) 2025-06-10 12:02:03 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
PACKAGE.md docs: Update guide link in http package md file (#59955) 2025-04-08 09:20:19 -07:00
public_api.ts feat(common): introduce experimental httpResource (#59876) 2025-02-14 18:40:37 +00:00