aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/flow.py')
-rw-r--r--libmproxy/flow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/flow.py b/libmproxy/flow.py
index 06300784..0e5ba0e3 100644
--- a/libmproxy/flow.py
+++ b/libmproxy/flow.py
@@ -198,6 +198,7 @@ class Request(HTTPMsg):
path: Path portion of the URL
timestamp: Seconds since the epoch
+
method: HTTP method
"""
def __init__(self, client_conn, httpversion, host, port, scheme, method, path, headers, content, timestamp=None):