Module base_info

Module base_info 

Source
Expand description

Parses and resolves [RawUri] into into fully-qualified Uri by applying base URL and root dir mappings.

Enumsยง

BaseInfo
Information used for resolving relative URLs within a particular input source. There should be a 1:1 correspondence between each BaseInfo and its originating InputSource. The main entry point for constructing is BaseInfo::from_source_url.