angular/packages/common/http/src
Vincent e5d6fb5825 fix(http): Reset headers, progress, and statusCode when using set() in HttpResource (#62873)
Currently, those values aren't reset, which means they are out of sync with the new value

PR Close #62873
2025-08-01 08:08:52 +00:00
..
backend.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
client.ts fix(http): add missing http options allowed in fetch API (#62881) 2025-07-30 14:07:41 +00:00
context.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
errors.ts refactor(http): use RuntimeError for invalid timeout error (#62490) 2025-07-11 10:38:56 -07:00
fetch.ts feat(http): Add redirected property to HttpResponse and HttpErrorResponse (#62675) 2025-07-24 13:19:22 +00:00
headers.ts refactor(core): remove TODOs referencing #24571 (#60648) 2025-03-31 20:24:29 +00:00
interceptor.ts refactor(common): use ngServerMode in HttpInterceptorHandler (#61605) 2025-06-04 14:13:15 -04:00
jsonp.ts refactor(common): convert scripts within packages/common to relative imports (#60623) 2025-04-01 15:58:51 +00:00
module.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
params.ts refactor(common): drop error message in production (#59471) 2025-01-15 12:28:29 -05:00
private_export.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
provider.ts docs(docs-infra): Add version of introduction for APIs (#60814) 2025-05-02 07:51:33 -07:00
request.ts refactor(http): use RuntimeError for invalid timeout error (#62490) 2025-07-11 10:38:56 -07:00
resource.ts fix(http): Reset headers, progress, and statusCode when using set() in HttpResource (#62873) 2025-08-01 08:08:52 +00:00
resource_api.ts feat(http): add referrer & integrity support for fetch requests in httpResource (#62461) 2025-07-14 11:40:54 -07:00
response.ts feat(http): Add redirected property to HttpResponse and HttpErrorResponse (#62675) 2025-07-24 13:19:22 +00:00
transfer_cache.ts refactor(common): move ngServerMode check outside tap() to enable tree-shaking (#62238) 2025-06-25 11:13:21 +00:00
xhr.ts fix(http): do not display warnings Angular detected that a HttpClient request with the keepalive option was sent using XHR when option is not true (#62536) 2025-07-09 12:45:27 -07:00
xsrf.ts refactor(common): drop platform checks in HttpXsrfCookieExtractor (#59810) 2025-05-01 08:41:10 -07:00