aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/data/addonscripts/concurrent_decorator.py
blob: 162c00f4b91ff3b14edb228755343c1072d8c7ff (plain)
1
2
3
4
5
6
7
import time
from mitmproxy.script import concurrent


@concurrent
def request(flow):
    time.sleep(0.1)