Expand description
Plugin registry for managing plugin lifecycle and execution
The PluginRegistry manages the registration, ordering, and execution of plugins. It implements the middleware pattern where plugins are executed in a defined order for request/response processing.
Structsยง
- Plugin
Registry - Registry for managing client plugins