aboutsummaryrefslogtreecommitdiffstats
path: root/examples/stickycookies
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stickycookies')
-rwxr-xr-xexamples/stickycookies8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/stickycookies b/examples/stickycookies
index b07820fc..17cd6019 100755
--- a/examples/stickycookies
+++ b/examples/stickycookies
@@ -1,9 +1,9 @@
#!/usr/bin/env python
"""
- This example builds on mitmproxy's base proxying infrastructure to
- implement functionality similar to the "sticky cookies" option. This is at
- a lower level than the Flow mechanism, so we're dealing directly with
- request and response objects.
+This example builds on mitmproxy's base proxying infrastructure to
+implement functionality similar to the "sticky cookies" option. This is at
+a lower level than the Flow mechanism, so we're dealing directly with
+request and response objects.
"""
from libmproxy import controller, proxy
import os