Searched refs:httpnotify (Results 1 – 4 of 4) sorted by relevance
16 [httpnotify]
16 pub httpnotify: Option<HttpNotifierConfig>, field85 httpnotify: None, in new()196 let rtmp = decoded.httpnotify; in test_toml_parse()
24 [httpnotify]
31 let notifier = if let Some(httpnotifier) = &self.cfg.httpnotify { in run()