angular/packages/common/http/src
Matthieu Riegler 74b5a51226 fix(http): Use string body to generate transfer cache key. (#54379)
This is particularly usefull for GraphQL queries where the string body might be the only discriminator.

Fixes #54377

PR Close #54379
2024-02-13 11:53:20 -08: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 refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
response.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
transfer_cache.ts fix(http): Use string body to generate transfer cache key. (#54379) 2024-02-13 11:53:20 -08: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