angular-docs-cn/packages/http/test
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_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
headers_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
http_spec.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
static_request_spec.ts fix(http): honor RequestArgs.search and RequestArgs.params map type 2017-05-05 14:20:26 -04:00
static_response_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
url_search_params_spec.ts fix(http): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00