Home
last modified time | relevance | path

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

/xiu/protocol/hls/src/
H A Dserver.rs49 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