main
fix(http): run root interceptors in the terminal request chain
fix(http): pass down the `reportUploadProgress` and `reportDownloadProgress` on post/patch requests
docs: Adds guide links to HTTP API docs for better discoverability
docs: add documentation for HttpClient response body size limit and related error NG02825
fix(http): always decode JSON responses as UTF-8
fix(http): match header values exactly when deleting
fix(http): enable xsrf for root-provided HttpClient
fix(http): Rejects non-HTTP(S) URLs in JSONP requests
refactor(http): deprecate jsonp support
fix(http): preserve immutability of materialized clones
fix(http): Introduce a max buffer size for fetch requests on SSR
fix(http): preserve empty referrer option in HttpRequest
fix(http): prevent `httpResource` from leaking a subscription
refactor(http): update HTTP resource options APIs to stable
fix(http): prevent transfer cache key collisions
refactor(http): Add `reportUploadProgress` & `reportDownloadProgress` options