X Tutup
Skip to content

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

@jeffbcross

Description

@jeffbcross

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort2: daysfeatureLabel used to distinguish feature request from other issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup