get abstract method
Returns the Resource at the given link
's HREF.
A Resource is always returned, since for some cases we can't know if it exists before actually fetching it, such as HTTP. Therefore, errors are handled at the Resource level.
Implementation
Resource get(Link link);