bauerji / flask-pydantic

flask extension for integration with the awesome pydantic package
MIT License
352 stars 56 forks source link

How to accept both form and json data #95

Open moui0 opened 1 month ago

moui0 commented 1 month ago

Whether the route function can handle two kinds of requests (application/x-www-form-urlencoded and application/json) at the same time? Hoping I didn't miss something in docs.