angular/modules/@angular/http/src
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 refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
base_request_options.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
base_response_options.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
body.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
enums.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
headers.ts fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
http.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
http_utils.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
index.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
interfaces.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
package.json repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
static_request.ts fix(http): convert objects passed to requests into a string (#10124) 2016-07-18 14:20:03 -07:00
static_response.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
url_search_params.ts fix(http): don't encode values that are allowed in query (#9651) 2016-06-28 11:31:35 -07:00