angular-cn/modules/@angular/http/test/backends
Damien Cassan 83bc5c97ef fix(http): convert objects passed to requests into a string (#10124)
This remove a breaking change introduced with commit #e7a8e2757b06d572f614f53b648d2fd75df370d2 where json objects passed to  requests were not converted into string.

BREAKING CHANGE:

The behavior in this commit is the same as before PR 7260 : the objects sent with the request are converted to a string, therefore there is no need for the user to take care of the serialization.

Fixes #10073
2016-07-18 14:20:03 -07:00
..
jsonp_backend_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
mock_backend_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
xhr_backend_spec.ts fix(http): convert objects passed to requests into a string (#10124) 2016-07-18 14:20:03 -07:00