Closed n14s closed 6 months ago
Ah, I just saw this pull-request. Looks like this would also resolve:
Yes, this will solve it. :) The formdata part currently blocked by the backend. But I will extract the urlencoded part of that MR and have it shippable in the next few days.
Yes, let's skip fileuploads in this one for now and only ship the urlencoded part.
I'll close this one as we have another MR open now for this
Add FormData and UrlEncoded content type for request body.
This still is a WIP. It still needs to implement the file upload.
Resolves #97