Searched refs:handle_capture (Results 1 – 2 of 2) sorted by relevance
30 captures::captures_handler::handle_capture,146 router.add_route(Uri::from_static("/v1/captures"), Box::new(handle_capture)); in handle_connection()147 router.add_route(Uri::from_static(r"/v1/captures/{id}"), Box::new(handle_capture)); in handle_connection()
169 pub fn handle_capture(request: &Request<Vec<u8>>, param: &str, writer: ResponseWritable) { in handle_capture() function231 handle_capture( in handle_capture_cxx()