I'm wondering how can I load requests asynchronously with libmproxy or mitmproxy.
My code looks like this:
class StickyMaster(controller.Master):
    def __init__(self):
          ......
    def handle_request(self):
         ....
    def handle_response(self):
         ....