pkg/plugins
, and be registered during initialization using the plugin manager.
pre_request
post_request
pre_response
post_response
Stages()
method, or validate supported stages using the AllowedStages()
method.
Manager
’s initializePlugins()
method, located in:
Name()
method.
pre_request
, post_request
, etc.).
ValidateConfig()
to avoid runtime errors.
PluginResponse
to control execution flow (continue
, reject
, halt
, etc.).