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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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-datarequest to/fooand/barbellow, I get different mimetypes:I'm using
asyncioto send the requests.For
/foo(a Blueprint) I getapplication/x-www-form-urlencodedwhile for/barI get the expectedmultipart/form-data.Also,
request.filesin the Blueprint has an empty list.Am I missing something? Thank you in advance.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions