twitter-lite icon indicating copy to clipboard operation
twitter-lite copied to clipboard

Allow POST of multipart/form-data

Open deadbeef84 opened this issue 4 years ago • 0 comments

It would be great if the client.post(endpoint, parameters) method allowed sending multipart form data, e.g for media upload.

One way to do it, and put the responsibility on the user, would be to allow parameters to be a ReadableStream, or FormData for browsers, and allow specifying content-type header.

deadbeef84 avatar Mar 18 '21 12:03 deadbeef84