SDKActive

mitmproxy.addonmanager

Python module for managing mitmproxy addons, including loading, registering, and configuring addons.

Open source page

Field note

What it does

The addonmanager module provides the AddonManager class and Loader object for managing mitmproxy addons. It handles addon registration, loading, configuration, and event triggering.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

No integrations filed yet.

Product features

Product features

Addon Registration

Register addons and their sub-addons, triggering load events.

Addon Retrieval

Retrieve addons by name from the manager's lookup dictionary.

Option and Command Management

Add options and commands to mitmproxy via the Loader object.