在特定情况下,我想回复 text/html 错误的内容类型如下: class MyResource(Resource): def get(self): if some_condition: return 'bad argument', 400
確定! 回上一頁