Searched refs:on_stop (Results 1 – 5 of 5) sorted by relevance
21 on_stop = "http://localhost:3001/on_stop"
29 on_stop = "http://localhost:3001/on_stop"
170 pub on_stop: Option<String>, field
18 .route("/on_stop", post(on_stop)); in main()45 async fn on_stop(body: String) { in on_stop() function
39 httpnotifier.on_stop.clone(), in run()