Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payload Conversion on switching Request Type #193

Open
AppliedEllipsis opened this issue Feb 5, 2021 · 0 comments
Open

Payload Conversion on switching Request Type #193

AppliedEllipsis opened this issue Feb 5, 2021 · 0 comments

Comments

@AppliedEllipsis
Copy link

If you switch the request type from JSON to Custom to URL encoded, it would be nice if the values from the previous option get translated to the new option.
If I'm on JSON and switch to custom, I'd like to see a formatted JSON object.
If I switch from URL Encoded to Custom, I'd like to see the header splits, etc.
If I switch from Custom to another, I'd like it to try to detect and convert the payload to the other formats ( only basic detection, look for encoding blocks, try/catch for json decode, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant