Replies: 1 comment 5 replies
-
I can't reproduce this issue with the information provided. Posting |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
No sure if a bug, but I couldn't find anywhere else the reason for this behaviour of Blueprints.
When send the same
multipart/form-data
request to/foo
and/bar
bellow, I get different mimetypes:I'm using
asyncio
to send the requests.For
/foo
(a Blueprint) I getapplication/x-www-form-urlencoded
while for/bar
I get the expectedmultipart/form-data
.Also,
request.files
in the Blueprint has an empty list.Am I missing something? Thank you in advance.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions