Module context

Module context 

Source
Expand description

The different contexts where data can be extracted from.

Structsยง

ConfigureContext
Context representing the configuration of the plugin. The configuration function is the one annotated with the #[entrypoint] annotation.
FilterContext
Context representing the request filter function of the plugin. The filter function is the one that is provided to the Launcher.