From 243e0efefc2ae6842a2d03c7d0a0e648802515b1 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 28 Jun 2012 10:02:14 +1200 Subject: Adjust for new get_remote_cert API. --- libmproxy/flow.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libmproxy/flow.py') 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): -- cgit v1.2.3