angular/modules/@angular/http/src
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
..
backends feat(http): added withCredentials support 2016-05-24 11:53:43 -07:00
base_request_options.ts feat(http): added withCredentials support 2016-05-24 11:53:43 -07:00
base_response_options.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
enums.ts feat(http): automatically set request Content-Type header based on body type 2016-05-24 11:42:37 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
headers.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
http.ts feat(http): added withCredentials support 2016-05-24 11:53:43 -07:00
http_utils.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
interfaces.ts feat(http): added withCredentials support 2016-05-24 11:53:43 -07:00
package.json repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
static_request.ts feat(http): added withCredentials support 2016-05-24 11:53:43 -07:00
static_response.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
url_search_params.ts Update url_search_params.ts 2016-05-23 14:43:26 -07:00