angular-cn/modules/@angular/http/test
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
..
backends fix(http): convert objects passed to requests into a string (#10124) 2016-07-18 14:20:03 -07:00
base_request_options_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
headers_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
http_spec.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
static_response_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
url_search_params_spec.ts fix(http): don't encode values that are allowed in query (#9651) 2016-06-28 11:31:35 -07:00