Example #1
0
 def modify_response(r: Response, *args, **kwargs):  # Response要导包
     #r.content = "OK HOOK HAHAHA "
     r.demo = "demodemodemodemodemodemodemodemodemodemodemodemo"
     return r
Example #2
0
 def modify_response(r: Response, *args, **kwargs):
     # r.content = "OK HOOK SUCCESS"
     r.demo = "demo content"
     return r
Example #3
0
 def modify_response(r: Response, *args, **kwargs):
     r.demo = "OK HOOK SUCCESS"
     return r