angular-cn/packages/common/http/src
Harun Urhan 575a2d162c feat(common): implement `appendAll()` method on `HttpParams` (#20930)
Adds an `appendAll()` method to `HttpParams` that can construct the HTTP
request/response body from an object of parameters and values.

This avoids calling `append()` multiple times when multiple parameters
need to be added.

Fixes #20798

PR Close #20930
2021-01-21 14:01:34 -08:00
..
backend.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
client.ts docs: remove duplicated the (#40434) 2021-01-14 11:33:57 -08:00
headers.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
interceptor.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
jsonp.ts fix(http): queue jsonp <script> tag onLoad event handler in microtask (#39512) 2020-11-17 13:09:08 -08:00
module.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
params.ts feat(common): implement `appendAll()` method on `HttpParams` (#20930) 2021-01-21 14:01:34 -08:00
request.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
response.ts docs(http): Add mention to default value 'OK' for statusText. #23334 (#23494) 2020-11-23 08:31:24 -08:00
xhr.ts docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
xsrf.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00