Docs and examples to top level

This commit is contained in:
Aldo Cortesi
2016-02-18 09:19:05 +13:00
parent 49464de1cb
commit 92597f82ea
137 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
def request(context, flow):
q = flow.request.get_query()
if q:
q["mitmproxy"] = ["rocks"]
flow.request.set_query(q)