links abstract method

Future<List<Link>> links()

Known resources available in the medium, such as file paths on the file system or entries in a ZIP archive. This list is not exhaustive, and additional unknown resources might be reachable.

If the medium has an inherent resource order, it should be followed. Otherwise, HREFs are sorted alphabetically.

Implementation

Future<List<Link>> links();