mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fix a bug due to which setting a custom Content-Type header in the Request led to multiple Content-Types being set on the sent XMLHttpRequest: first the detected content type based on the request body, followed by the custom set content type. Fix #9130. |
||
|---|---|---|
| .. | ||
| backends | ||
| base_request_options.ts | ||
| base_response_options.ts | ||
| enums.ts | ||
| facade | ||
| headers.ts | ||
| http.ts | ||
| http_utils.ts | ||
| index.ts | ||
| interfaces.ts | ||
| package.json | ||
| static_request.ts | ||
| static_response.ts | ||
| url_search_params.ts | ||