-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
[BUG]can not get params by application/x-www-form-urlencoded #83
Comments
Thanks for your feedback. When you use But flask provides a In Postman, you should use Back to this question, of course I can detect the content type and try to get data from |
now I need to get params by |
Yes, it's possible. I'll try to detect the content type. So if you use Let me create a PR for this. |
@csy18 try version 0.3.12 |
when frontend pass params using application/x-www-form-urlencoded, spectree can not get params by query, is there any other ways to get it?
I just find the code using request.args and request.json to get params, however request.values or request.form not use.
The text was updated successfully, but these errors were encountered: