yaade
yaade copied to clipboard
feat: add formdata and urlencoded content type
Add FormData and UrlEncoded content type for request body.
This still is a WIP. It still needs to implement the file upload.
Resolves #97
Ah, I just saw this pull-request. Looks like this would also resolve:
- https://github.com/EsperoTech/yaade/issues/146
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