Expand description
Utilities and structures for working with hrefs.
Traits§
- Self
Href - Implemented by all three STAC objects, the SelfHref trait allows getting and setting an object’s href.
Functions§
- is_
absolute - Returns
true
if the href is absolute. - make_
absolute - Makes an href absolute relative to a base.
- make_
relative - Makes an href relative to a base.
- make_
url - Converts this href to a Url.