You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aReadableStream
, orFormData
for browsers, and allow specifying content-type header.The text was updated successfully, but these errors were encountered: