【发布时间】:2016-02-02 10:08:08
【问题描述】:
我想知道如何使用 libmproxy 或 mitmproxy 异步加载请求。
我的代码如下所示:
class StickyMaster(controller.Master):
def __init__(self):
......
def handle_request(self):
....
def handle_response(self):
....
【问题讨论】:
标签: python-2.7 asynchronous mitmproxy libmproxy