I have a flask middleware.How can I catch the responses with the middleware I wrote in flask?

前端 未结 0 1052
傲寒
傲寒 2021-02-12 15:12

I have a flask middleware.I want to log all my responses with flask.

import os
import pprint
from io import BytesIO
from werkzeug.wrappers import Request
 
class          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题