angular/packages/common/http
Matthieu Riegler 7dde42a5df feat(http): allow customization of the HttpTransferCache. (#52029)
`provideClientHydration()` accepts new `HydrationFeature` : `HttpTransferCacheOptions`.

`withHttpTransferCacheOptions` accepts an option object:
* `includeHeaders` : list of headers entries to keep in the cache with the request
* `filter` a callback to determine if a request should be cached
* `includePostRequests`: to include POST requests in the allowed methods

Implements some of the features requested in #50117

PR Close #52029
2023-10-06 12:12:47 -07:00
..
src feat(http): allow customization of the HttpTransferCache. (#52029) 2023-10-06 12:12:47 -07:00
test feat(http): allow customization of the HttpTransferCache. (#52029) 2023-10-06 12:12:47 -07:00
testing refactor: removed the unused declaration in the import statement (#50616) 2023-06-22 09:39:58 -07:00
BUILD.bazel refactor(http): tree-shakable error on JSONP request (#50376) 2023-05-24 13:58:49 +00:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
PACKAGE.md docs: update invalid links to the new http guides (#49456) 2023-06-22 17:06:59 -07:00
public_api.ts feat(http): allow customization of the HttpTransferCache. (#52029) 2023-10-06 12:12:47 -07:00