Integração Pangolin Proxy

This commit is contained in:
2025-12-06 21:11:34 -03:00
parent dc7c446254
commit 5291d8ccae
2008 changed files with 1062 additions and 477 deletions

View File

@@ -160,6 +160,12 @@ class HTTPConnection(_HTTPConnection):
self._tunnel_port: int | None = None
self._tunnel_scheme: str | None = None
def __str__(self) -> str:
return f"{type(self).__name__}(host={self.host!r}, port={self.port!r})"
def __repr__(self) -> str:
return f"<{self} at {id(self):#x}>"
@property
def host(self) -> str:
"""