EsperoTech / yaade

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

Feature Request: Support body content-type: `application/x-www-form-urlencoded` #146

Closed arcastro closed 5 months ago

arcastro commented 5 months ago

The body content-type is currently limited to:

image

I'm opening this issue to add support for application/x-www-form-urlencoded as well. This would be in the format of key-value pairs

Here's a mock of what it could potentially look like,

image

jonrosner commented 5 months ago

I see you already found the other issue and PR. The image you posted pretty much resembles how it will look like in the end. I will close this one as a duplicate.