575a2d162c
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 |
||
---|---|---|
.. | ||
backend.ts | ||
client.ts | ||
headers.ts | ||
interceptor.ts | ||
jsonp.ts | ||
module.ts | ||
params.ts | ||
request.ts | ||
response.ts | ||
xhr.ts | ||
xsrf.ts |