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

Multiple request encodings #14

Closed
danirod opened this issue Jun 15, 2024 · 0 comments · Fixed by #21
Closed

Multiple request encodings #14

danirod opened this issue Jun 15, 2024 · 0 comments · Fixed by #21
Assignees
Milestone

Comments

@danirod
Copy link
Owner

danirod commented Jun 15, 2024

Currently only raw payloads are supported, but the following encodings should be supported:

  • application/x-www-form-urlencoded (the standard for forms, will encode key-value parameters).
  • multipart/form-data (mostly useful for attaching files, so it is also a dependency)
  • RAW (current mode, although maybe having a dropdown to pick the content type and to colorize the input field could be good).
@danirod danirod added this to Cartero May 28, 2024
@danirod danirod converted this from a draft issue Jun 15, 2024
@danirod danirod added this to the 0.2 milestone Jun 25, 2024
@danirod danirod self-assigned this Jul 5, 2024
@danirod danirod linked a pull request Jul 6, 2024 that will close this issue
@danirod danirod moved this from To Do to In Progress in Cartero Jul 6, 2024
@danirod danirod modified the milestones: 0.2, 0.1 Jul 6, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Cartero Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant