Classhttpv0.2.3
Plugin
Base class for an HTTP plugin, binding this.core to the HTTP Core.
A plugin that runs on either transport extends the base from @seedcord/core/plugin, whose this.core is typed to the shared members only.
abstract class Plugin<
Opts extends HttpPluginOptions = {}
> extends Plugin<Opts, Core>Member visibility
Filter class members by access level.
Showing members with Protected visibility and higher.
Opts
The transport and runtime the plugin declares.
Opts extends HttpPluginOptions = {}