proxy.http.exception.proxy_auth_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_auth_failed.ProxyAuthenticationFailed(**kwargs: Any)[source]#

Bases: proxy.http.exception.base.HttpProtocolException

Exception raised when HTTP Proxy auth is enabled and incoming request doesn’t present necessary credentials.

response(_request: HttpParser) memoryview[source]#