Home
last modified time | relevance | path

Searched refs:handle_capture (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/http_server/
Dhttp_handlers.rs30 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()
/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs169 pub fn handle_capture(request: &Request<Vec<u8>>, param: &str, writer: ResponseWritable) { in handle_capture() function
231 handle_capture( in handle_capture_cxx()