Home
last modified time | relevance | path

Searched refs:on_stop (Results 1 – 5 of 5) sorted by relevance

/xiu/application/xiu/src/config/
H A Dconfig_rtmp_httpflv.toml21 on_stop = "http://localhost:3001/on_stop"
H A Dconfig.toml29 on_stop = "http://localhost:3001/on_stop"
H A Dmod.rs170 pub on_stop: Option<String>, field
/xiu/application/http-server/src/
H A Dmain.rs18 .route("/on_stop", post(on_stop)); in main()
45 async fn on_stop(body: String) { in on_stop() function
/xiu/application/xiu/src/
H A Dservice.rs39 httpnotifier.on_stop.clone(), in run()