Home
last modified time | relevance | path

Searched defs:Body (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/httpflv/src/
H A Dserver.rs18 req: Request<Body>, in handle_connection()
21 ) -> Result<Response<Body>> { in handle_connection()
/xiu/protocol/hls/src/
H A Dserver.rs14 async fn handle_connection(req: Request<Body>) -> Result<Response<Body>> { in handle_connection()
60 async fn simple_file_send(filename: &str) -> Result<Response<Body>> { in simple_file_send()