angular/packages/common/http/src
Jeffrey Smith 766548c3ec fix(common): skip transfer cache on client (#55012)
transfer cache interceptor should not run again on the client as it is intended for server to client handoff

PR Close #55012
2024-04-09 14:45:39 -07:00
..
backend.ts refactor(http): introduce the functional interceptors API (#47502) 2022-10-06 19:02:45 +00:00
client.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
context.ts feat(http): add has() method to HttpContext class (#43887) 2021-11-04 18:52:18 +00:00
errors.ts feat(http): allow customization of the HttpTransferCache. (#52029) 2023-10-06 12:12:47 -07:00
fetch.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
headers.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
interceptor.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
jsonp.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
module.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
params.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
private_export.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
provider.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
request.ts fix(http): manage different body types for caching POST requests (#54980) 2024-03-25 11:17:03 -07:00
response.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
transfer_cache.ts fix(common): skip transfer cache on client (#55012) 2024-04-09 14:45:39 -07:00
xhr.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
xsrf.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00