Expand description
Parses and resolves [RawUri] into into fully-qualified Uri by
applying base URL and root dir mappings.
Enumsยง
- Base
Info - Information used for resolving relative URLs within a particular
input source. There should be a 1:1 correspondence between each
BaseInfoand its originatingInputSource. The main entry point for constructing isBaseInfo::from_source_url.