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

feat: add formdata and urlencoded content type #144

Closed
wants to merge 2 commits into from

Conversation

n14s
Copy link
Contributor

@n14s n14s commented Mar 24, 2024

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
Copy link

arcastro commented Apr 9, 2024

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

@n14s
Copy link
Contributor Author

n14s commented Apr 9, 2024

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
Copy link
Contributor

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

@jonrosner
Copy link
Contributor

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

@jonrosner jonrosner closed this May 22, 2024
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

Successfully merging this pull request may close these issues.

Feature Request: Structured data support (multipart/form-data)
3 participants