We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce1b1a commit 60a84aeCopy full SHA for 60a84ae
src/filter.rs
@@ -75,6 +75,10 @@ impl RootContext for MyFilterRoot {
75
}
76
77
78
+ fn get_type(&self) -> Option<ContextType> {
79
+ Some(ContextType::HttpContext)
80
+ }
81
+
82
fn create_http_context(&self, context_id: u32) -> Option<Box<dyn HttpContext>> {
83
info!("create_http_context: context_id: {}", context_id);
84
0 commit comments