angular/packages/common/http
arturovt d51d67b725 refactor(common): prevent duplicating X-Request-URL (#59420)
The `X-Request-URL` string is duplicated in multiple places. It is worth moving it to a shared constant that would be minified to something like `const a = "X-Request-URL"` and referenced in all the used places.

PR Close #59420
2025-01-09 18:18:24 -05:00
..
src refactor(common): prevent duplicating X-Request-URL (#59420) 2025-01-09 18:18:24 -05:00
test refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
testing refactor(http): Don't log fetch warning in tests. (#59049) 2024-12-05 16:12:55 -08:00
BUILD.bazel build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
PACKAGE.md docs: Use new Urls to drop the docs url mapper (#55043) 2024-04-09 12:23:09 -07:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00