angular/packages/common/http
SkyZeroZx 245494ad29 fix(http): add missing http options allowed in fetch API (#62881)
The addBody function was not preserving all fetch API options like integrity and referrer when creating request options for POST/PUT/PATCH requests. This caused these options to be stripped out during request construction.

PR Close #62881
2025-07-30 14:07:41 +00:00
..
src fix(http): add missing http options allowed in fetch API (#62881) 2025-07-30 14:07:41 +00:00
test fix(http): add missing http options allowed in fetch API (#62881) 2025-07-30 14:07:41 +00:00
testing build: remove all usages of the interop_deps attr for ts_project and ng_project (#62732) 2025-07-21 13:03:09 -04:00
BUILD.bazel build: move http_server and generate_api_docs into defaults2.bzl (#62878) 2025-07-29 16:53:54 +00: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