Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/http_server/
Dhttp_router.rs103 fn handle_index(_request: &Request<Vec<u8>>, _param: &str, writer: ResponseWritable) { in handle_index() function
135 router.add_route(Uri::from_static("/"), Box::new(handle_index)); in test_handle_request()
Dhttp_handlers.rs122 fn handle_index(request: &Request<Vec<u8>>, _param: &str, writer: ResponseWritable) { in handle_index() function
142 router.add_route(Uri::from_static("/"), Box::new(handle_index)); in handle_connection()