angular-cn/modules/angular2/test/http
Jeff Cross 146dbf1270 refactor(Http): remove HttpFactory
BREAKING CHANGE: HttpFactory is no longer available. 
    This factory provided a function alternative to the `request` method of the
    Http class, but added no real value. The additional factory required an
    additional IHttp interface, an odd way to inject while preserving type information
    (`@Inject(HttpFactory) http:IHttp`), and required additional documentation in the
    http module.

Closes #2564
2015-06-30 15:21:36 -07:00
..
backends feat(http): refactor library to work in dart 2015-06-30 15:21:36 -07:00
base_request_options_spec.ts feat(Http): add Http class 2015-06-16 15:42:01 -07:00
headers_spec.ts feat(http): refactor library to work in dart 2015-06-30 15:21:36 -07:00
http_spec.ts refactor(Http): remove HttpFactory 2015-06-30 15:21:36 -07:00
url_search_params_spec.ts feat(http): refactor library to work in dart 2015-06-30 15:21:36 -07:00