update docs, mostly revert 2f44b26b4c

This commit is contained in:
Maximilian Hils
2014-09-05 15:16:20 +02:00
parent f2570c773a
commit 2a6337343a
20 changed files with 175 additions and 165 deletions

View File

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