proxy.http.exception.proxy_conn_failed module#

proxy.py#

⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.

copyright
  1. 2013-present by Abhinav Singh and contributors.

license

BSD, see LICENSE for more details.

exception proxy.http.exception.proxy_conn_failed.ProxyConnectionFailed(host: str, port: int, reason: str, **kwargs: Any)[source]#

Bases: proxy.http.exception.base.HttpProtocolException

Exception raised when HttpProxyPlugin is unable to establish connection to upstream server.

response(_request: HttpParser) memoryview[source]#