update examples, fix #353

This commit is contained in:
Maximilian Hils
2014-09-08 16:02:31 +02:00
parent d06b4bfa4e
commit ebd539b49f
20 changed files with 140 additions and 132 deletions

View File

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