Searched refs:handle_index (Results 1 – 2 of 2) sorted by relevance
103 fn handle_index(_request: &Request<Vec<u8>>, _param: &str, writer: ResponseWritable) { in handle_index() function135 router.add_route(Uri::from_static("/"), Box::new(handle_index)); in test_handle_request()
122 fn handle_index(request: &Request<Vec<u8>>, _param: &str, writer: ResponseWritable) { in handle_index() function142 router.add_route(Uri::from_static("/"), Box::new(handle_index)); in handle_connection()