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

Support data with list of tuples to data with dictionary #2

Open
Kludex opened this issue Sep 8, 2022 · 0 comments · May be fixed by #3
Open

Support data with list of tuples to data with dictionary #2

Kludex opened this issue Sep 8, 2022 · 0 comments · May be fixed by #3

Comments

@Kludex
Copy link
Owner

Kludex commented Sep 8, 2022

The goal is to support this transformation:

client.post("/", data=[('ha", "1"), ("ha", "2")])

To:

client.post("/", data={"ha": ["1", "2"]})
@Kludex Kludex linked a pull request Sep 9, 2022 that will close this issue
2 tasks
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 a pull request may close this issue.

1 participant