ccproxy.plugins.command_replay.plugin¶
ccproxy.plugins.command_replay.plugin
¶
Command Replay plugin implementation.
CommandReplayRuntime
¶
Bases: SystemPluginRuntime
Runtime for the command replay plugin.
Generates curl and xh commands for provider requests to enable easy replay and debugging of API calls.
Source code in ccproxy/plugins/command_replay/plugin.py
get_health_info
¶
Get plugin health information.
Source code in ccproxy/plugins/command_replay/plugin.py
CommandReplayFactory
¶
Bases: SystemPluginFactory
Factory for creating command replay plugin instances.