在使用 Werkzeug >=2.1.0 时,使用 reqparse.add_argument() 与默认位置参数来解析除了 "application/json" 以外的 Content-Type 请求时会引发异常
作者: dlindquist创建于 2023年6月9日更新于 2024年4月6日
$ pytest ======================================================================== test session starts ======================================================================== platform darwin -- ZZTERM5ZZ 3.8.16, pytest-7.3.1, pluggy-1.0.0 collected 3 items
内容来源: flask-restful/flask-restful