angular-cn/modules/angular2/test/http
Rob Wormald a88e6f3106 refactor(http): use Observables in Http backends
BREAKING CHANGE: Http now returns Rx Observables directly, so calling .toRx() is no longer necessary. Additionally, Http calls are now cold, so backend requests will not fire unless .subscribe() is called.

closes #4043 and closes #2974

Closes #4376
2015-09-27 22:15:30 +00:00
..
backends refactor(http): use Observables in Http backends 2015-09-27 22:15:30 +00:00
base_request_options_spec.ts chore(http): remove unused properties from Request 2015-09-17 17:16:47 -07:00
headers_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
http_spec.ts fix(http): throw if url is not string or Request 2015-09-18 23:33:17 +00:00
url_search_params_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00