Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Support "raw" request data for iOS & Android #233

@millerg6711

Description

@millerg6711

Is your feature request related to a problem? Please describe.
I'm not able to send raw data such as content type application/octet-stream or image/jpeg.

Describe the solution you'd like
I would like to send data as is, without any processing. The data must be an Uint8Array or an ArrayBuffer.

Describe alternatives you've considered
Cordova Advanced HTTP Plugin is currently supporting this using "raw" type as the data serializer.
https://github.com/silkimen/cordova-plugin-advanced-http#setdataserializer

Additional context
Needs implementation for ios and android.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions