yet-another-rest-client
yet-another-rest-client copied to clipboard
Payload Content-Type
If a user wishes to specify a payload type other than "application/json", then the user has to manually enter a content-type header in the headers section.
Can we improve this experience? E.g. provide a dedicated dropdown for the content-type? While still keeping the UI simple.
Need to test with...
- multipart/form-data
- urlformencoded etc.
I came here to ask about application/x-www-form-urlencoded
. Is this supported by YARC? I'm not even all that concerned about whether it's easy; just whether I can do it at all.