proxy.http.inspector.inspect_traffic 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.

class proxy.http.inspector.inspect_traffic.InspectTrafficPlugin(*args: Any, **kwargs: Any)[source]#

Bases: proxy.http.websocket.plugin.WebSocketTransportBasePlugin

Websocket API for inspect_traffic.ts frontend plugin.

_abc_impl = <_abc._abc_data object>#
static callback(client: HttpClientConnection, event: Dict[str, Any]) None[source]#
handle_message(message: Dict[str, Any]) None[source]#

Handle messages for registered methods.

methods() List[str][source]#

Return list of methods that this plugin will handle.