Searched refs:simple_file_send (Results 1 – 1 of 1) sorted by relevance
49 simple_file_send(file_path.as_str()).await in handle_connection()60 async fn simple_file_send(filename: &str) -> Result<Response<Body>> { in simple_file_send() function