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

Fix multipart/form-data requests #225

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

am-on
Copy link
Contributor

@am-on am-on commented Mar 11, 2024

Multipart/form-data wasn't working because boundary wasn't included in content type. Openapi-core needs boundary[1][2] to parse the body.

[1] https://github.com/python-openapi/openapi-core/blob/0.19.0/openapi_core/protocols.py#L50
[2] https://github.com/python-openapi/openapi-core/blob/0.19.0/openapi_core/deserializing/media_types/util.py#L54

@am-on am-on force-pushed the fix/multipart-form-data branch from 6ad255c to 41dc99b Compare March 11, 2024 17:39
@zupo zupo merged commit 6d47141 into Pylons:main Mar 11, 2024
3 checks passed
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.

2 participants