Expand description
The different contexts where data can be extracted from.
Structsยง
- Configure
Context - Context representing the configuration of the plugin.
The configuration function is the one annotated with the
#[entrypoint]annotation. - Filter
Context - Context representing the request filter function of the plugin.
The filter function is the one that is provided to the
Launcher.