mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
fix plain http proxying
This commit is contained in:
parent
ced78ba107
commit
e6285468b4
@ -187,6 +187,7 @@ class HTTPRequest(MessageMixin, Request):
|
|||||||
@form_out.setter
|
@form_out.setter
|
||||||
def form_out(self, value):
|
def form_out(self, value):
|
||||||
warnings.warn(".form_out is deprecated, use .first_line_format instead.", DeprecationWarning)
|
warnings.warn(".form_out is deprecated, use .first_line_format instead.", DeprecationWarning)
|
||||||
|
self.first_line_format = value
|
||||||
|
|
||||||
def __hash__(self):
|
def __hash__(self):
|
||||||
return id(self)
|
return id(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user