pub async fn response_from_file<PathT>(
path: PathT,
) -> Response<ServeFileSystemResponseBody>Available on crate feature
file only.Expand description
Serve file.
pub async fn response_from_file<PathT>(
path: PathT,
) -> Response<ServeFileSystemResponseBody>file only.Serve file.