angular-cn/modules/@angular/http
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
..
src fix(http): respect custom Content-Type header in XHRConnection (#9131) 2016-06-10 08:18:49 -07:00
test fix(http): respect custom Content-Type header in XHRConnection (#9131) 2016-06-10 08:18:49 -07:00
testing 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
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
package.json fix(http): remove peerDep on @angular/common 2016-06-08 12:20:42 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json chore: remove deep imports to fix build. 2016-05-31 17:13:41 -07:00
tsconfig-es2015.json chore: remove deep imports to fix build. 2016-05-31 17:13:41 -07:00