angular/modules/@angular/http/src
Vivek Ghaisas 537e99b4ea fix(http): respect custom Content-Type header in XHRConnection (#9131)
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.
2016-06-10 08:18:49 -07:00
..
backends fix(http): respect custom Content-Type header in XHRConnection (#9131) 2016-06-10 08:18:49 -07:00
base_request_options.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
base_response_options.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
enums.ts feat(http): automatically set request Content-Type header based on body type 2016-05-24 11:42:37 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
headers.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
http.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
http_utils.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
interfaces.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
package.json repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
static_request.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
static_response.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
url_search_params.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00