angular-cn/modules/@angular/http/test/backends
Thierry Templier 95af14b97c feat(http): added withCredentials support
Taken into account the withCredentials property within the request options:
- added corresponding property in the RequestOptions class
- added corresponding property in the Request class
- handle this property when merging options
- set the withCredentials property on the XHR object when specified

Added a test in the xhr_backend_spec.ts to check that the property is actually
set on the XHR object

Closes https://github.com/angular/http/issues/65

Closes #7281

Closes #7281
2016-05-24 11:53:43 -07:00
..
jsonp_backend_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
mock_backend_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
xhr_backend_spec.ts feat(http): added withCredentials support 2016-05-24 11:53:43 -07:00