Lines Matching refs:path
103 let eles: Vec<&str> = http_request.path.splitn(2, '/').collect(); in run()
108 let response = match http_request.path.as_str() { in run()
113 log::warn!("the http get path: {} is not supported.", http_request.path); in run()
125 http_request.path in run()
150 let path = format!( in run() localVariable
152 http_request.path, in run()
160 self.publish_whip(app_name, stream_name, path, offer) in run()
164 self.subscribe_whep(app_name, stream_name, path, offer) in run()
170 http_request.path, in run()
201 http_request.path, in run()
219 http_request.path, in run()
250 path: String, in publish_whip()
283 response.headers.insert("Location".to_string(), path); in publish_whip()
325 path: String, in subscribe_whep()
397 response.headers.insert("Location".to_string(), path); in subscribe_whep()