Angular: feat(http): Support many types of body on Request/Response and all ConnectionBackend implementations

Created on 1 Jul 2015  ·  3Comments  ·  Source: angular/angular

These types should be supported by all backends, as much as each backend is technically capable of supporting:

  • FormData (for request only)
  • Blob
  • Document (for response only)
  • Text (String)
  • JSON

TBD: ArrayBufferView/ArrayBuffer?

All expected response types should be able to be explicitly declared on the Request, so that they can be optimized by the underlying primitive (see #2609). Request body types won't be explicitly declared.

http days feature

Most helpful comment

the moved Link was not found @robwormald

All 3 comments

This issue was moved to angular/http#75

the moved Link was not found @robwormald

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mohsen1 picture mohsen1  ·  3Comments

aquinum6 picture aquinum6  ·  3Comments

lsim picture lsim  ·  3Comments

pkozlowski-opensource picture pkozlowski-opensource  ·  3Comments

IgorMinar picture IgorMinar  ·  3Comments