angular-docs-cn/packages/http/src
Alex Rickabaugh aef524506b fix(http): honor RequestArgs.search and RequestArgs.params map type
Currently `new Request({search: ...})` is not honored, and
`new Request({params: {'x': 'y'}) doesn't work either, as this object would have
toString() called. This change allows both of these cases to work, as proved by
the 2 new tests.

Fixes #15761

PR Close #16392
2017-05-05 14:20:26 -04:00
..
backends fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
base_request_options.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
base_response_options.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
body.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
enums.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
headers.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
http.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
http_module.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
http_utils.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
interfaces.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
static_request.ts fix(http): honor RequestArgs.search and RequestArgs.params map type 2017-05-05 14:20:26 -04:00
static_response.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
url_search_params.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
version.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00