mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
remove leftovers
This commit is contained in:
parent
65c14724f5
commit
102183fd23
@ -20,7 +20,6 @@ def _mkhelp():
|
|||||||
("e", "edit request/response"),
|
("e", "edit request/response"),
|
||||||
("f", "load full body data"),
|
("f", "load full body data"),
|
||||||
("g", "copy response(content/headers) to clipboard"),
|
("g", "copy response(content/headers) to clipboard"),
|
||||||
("G", "copy request(content/headers/url) to clipboard"),
|
|
||||||
("m", "change body display mode for this entity"),
|
("m", "change body display mode for this entity"),
|
||||||
(None,
|
(None,
|
||||||
common.highlight_key("automatic", "a") +
|
common.highlight_key("automatic", "a") +
|
||||||
|
@ -953,6 +953,7 @@ class HTTPFlow(Flow):
|
|||||||
c += self.response.replace(pattern, repl, *args, **kwargs)
|
c += self.response.replace(pattern, repl, *args, **kwargs)
|
||||||
return c
|
return c
|
||||||
|
|
||||||
|
|
||||||
class HttpAuthenticationError(Exception):
|
class HttpAuthenticationError(Exception):
|
||||||
def __init__(self, auth_headers=None):
|
def __init__(self, auth_headers=None):
|
||||||
super(HttpAuthenticationError, self).__init__(
|
super(HttpAuthenticationError, self).__init__(
|
||||||
|
Loading…
Reference in New Issue
Block a user