EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.6k stars 71 forks source link

feat: add formdata and urlencoded content type #144

Closed n14s closed 6 months ago

n14s commented 8 months ago

Add FormData and UrlEncoded content type for request body.

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

Resolves #97

arcastro commented 7 months ago

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

n14s commented 7 months ago

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.

jonrosner commented 7 months ago

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

jonrosner commented 6 months ago

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