pub fn resolve(raw_host: Option<&str>, configured: &Url) -> RequestBaseUrlExpand description
Exposed for unit testing; production callers use the FromRequestParts
impl, which reads the Host header and global config.
pub fn resolve(raw_host: Option<&str>, configured: &Url) -> RequestBaseUrlExposed for unit testing; production callers use the FromRequestParts
impl, which reads the Host header and global config.