angular/modules/@angular/core/src/reflection
Thierry Templier 0f0a8ade7c feat(http): automatically set request Content-Type header based on body type
Implement the ability to provide objects as request body. The following use cases
are supported:
* raw objects: a JSON payload is created and the content type set to `application/json`
* text: the text is used as it is and no content type header is automatically added
* URLSearchParams: a form payload is created and the content type set to `application/x-www-form-urlencoded`
* FormData: the object is used as it is and no content type header is automatically added
* Blob: the object is used as it is and the content type set with the value of its `type` property if any
* ArrayBuffer: the object is used as it is and no content type header is automatically added

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

Closes #7310
2016-05-24 11:42:37 -07:00
..
debug_reflection_capabilities.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
platform_reflection_capabilities.ts fix(compiler): support lifecycle hooks in compiler_cli 2016-05-04 12:14:43 -07:00
reflection.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
reflection.ts feat(http): automatically set request Content-Type header based on body type 2016-05-24 11:42:37 -07:00
reflection_capabilities.dart fix(compiler): support lifecycle hooks in compiler_cli 2016-05-04 12:14:43 -07:00
reflection_capabilities.ts fix(compiler): support lifecycle hooks in compiler_cli 2016-05-04 12:14:43 -07:00
reflector.ts fix(compiler): support lifecycle hooks in compiler_cli 2016-05-04 12:14:43 -07:00
reflector_reader.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
types.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
types.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00