pub async fn response_from_file<PathT>( path: PathT, negotiable: bool, ) -> Response<ServeFileSystemResponseBody>where PathT: AsRef<Path>,
file
Create a Response from a file.