pub fn base_url(address: &str) -> String
The base URL directory entries resolve against. nex://host/path/ stays as itself; nex://host/page drops to nex://host/; an address with no path slash gets a trailing / appended.
nex://host/path/
nex://host/page
nex://host/
/