We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110177b commit e9621edCopy full SHA for e9621ed
README.md
@@ -46,7 +46,7 @@ class RequestHandler(ProxyServerCallback):
46
"""Do something with the request here"""
47
return ProxyServerAction.Forward
48
49
- async def on_new_response_async(self, response):
+ async def on_new_response_async(self, request, response):
50
"""Do something with the response here"""
51
52
0 commit comments