angular/packages/common/http/src
Alan Agius ddf0d4eabe fix(http): HTTP cache was being disabled prematurely (#49826)
This commit fixes an issue were on the server the HTTP cache was being disabled prematurely which caused HTTP calls performed in `ngOnInit` life cycle hooks not to be cached.

PR Close #49826
2023-04-13 14:04:00 +00:00
..
backend.ts refactor(http): introduce the functional interceptors API (#47502) 2022-10-06 19:02:45 +00:00
client.ts docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
context.ts feat(http): add has() method to HttpContext class (#43887) 2021-11-04 18:52:18 +00:00
headers.ts fix(http): prevent headers from throwing an error when initializing numerical values (#49379) 2023-04-13 14:00:16 +00:00
interceptor.ts feat(http): allow HttpClient to cache requests (#49509) 2023-04-03 19:13:45 -07:00
jsonp.ts refactor(http): convert the JSONP interceptor to the functional style (#47502) 2022-10-06 19:02:45 +00:00
module.ts refactor(http): simplify HttpClientModule XSRF configuration (#48957) 2023-02-17 11:17:53 -08:00
params.ts fix(common): properly cast http param values to strings (#42643) 2022-05-04 12:43:37 -07:00
provider.ts fix(http): rename withLegacyInterceptors to withInterceptorsFromDi (#47901) 2022-11-03 17:54:03 -07:00
request.ts feat(common): add URLSearchParams to request body (#37852) 2021-05-07 10:45:02 -04:00
response.ts refactor(common): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:16 -07:00
transfer_cache.ts fix(http): HTTP cache was being disabled prematurely (#49826) 2023-04-13 14:04:00 +00:00
xhr.ts fix(http): wait for all XHR requests to finish before stabilizing application (#49776) 2023-04-11 13:44:30 -07:00
xsrf.ts fix(http): better handle unexpected undefined XSRF tokens (#47683) 2022-10-06 16:41:06 -07:00