Searched defs:Body (Results 1 – 2 of 2) sorted by relevance
18 req: Request<Body>, in handle_connection()21 ) -> Result<Response<Body>> { in handle_connection()
14 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()