yaade icon indicating copy to clipboard operation
yaade copied to clipboard

feat: add formdata and urlencoded content type

Open n14s opened this issue 11 months ago • 3 comments

Add FormData and UrlEncoded content type for request body.

This still is a WIP. It still needs to implement the file upload.

Resolves #97

n14s avatar Mar 24 '24 22:03 n14s

Ah, I just saw this pull-request. Looks like this would also resolve:

  • https://github.com/EsperoTech/yaade/issues/146

arcastro avatar Apr 09 '24 06:04 arcastro

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.

n14s avatar Apr 09 '24 06:04 n14s

Yes, let's skip fileuploads in this one for now and only ship the urlencoded part.

jonrosner avatar Apr 09 '24 07:04 jonrosner

I'll close this one as we have another MR open now for this

jonrosner avatar May 22 '24 19:05 jonrosner