angular/modules/@angular/core/src
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
..
change_detection feat(core/linker): add SimpleChanges type to lifecycle_hooks to simplify OnChanges signature 2016-05-23 16:11:52 -07:00
debug chore: clang-reformat 2016-05-01 22:59:41 -07:00
di fix(di): type error in InvalidProviderError 2016-05-23 13:08:10 -07:00
linker fix(core): don’t detach nested view containers when destroying a view 2016-05-04 16:27:20 -07:00
metadata fix(core): fix build 2016-05-23 17:56:48 -07:00
profile repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
reflection feat(http): automatically set request Content-Type header based on body type 2016-05-24 11:42:37 -07:00
render repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
testability repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
util feat(core): support the decorator data that tsickle produces 2016-05-01 23:40:59 -07:00
zone feat(NgZone): isStable 2016-05-19 16:10:08 -07:00
angular_entrypoint.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
angular_entrypoint.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
application_common_providers.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
application_ref.ts fix(bootstrap): swap coreBootstrap() and coreLoadAndBootstrap() arguments 2016-05-23 17:57:28 -07:00
application_tokens.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
change_detection.ts feat(core/linker): add SimpleChanges type to lifecycle_hooks to simplify OnChanges signature 2016-05-23 16:11:52 -07:00
console.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
di.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
linker.ts feat(core): add a component resolver that can load components lazily using system.js 2016-05-04 14:50:00 -07:00
metadata.dart refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
metadata.ts refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
platform_common_providers.ts fix(WebWorker): remove the platform-browser dependency on compiler 2016-05-18 16:23:09 -07:00
platform_directives_and_pipes.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
prod_mode.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
render.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
security.ts feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
util.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
util.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
zone.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00