pub async fn serve_file( target_dir: impl AsRef<Path>, path_in_request: &str, payload: &str, ) -> Result<Option<Vec<u8>>>