pub fn joinpath(base: &str, args: &[&str]) -> Result<String, Error>Expand description
Join URL path segments to a URL path segment.
This is somewhat like osutils.joinpath, but intended for URLs.
XXX: this duplicates some normalisation logic, and also duplicates a lot of path handling logic that already exists in some Transport implementations. We really should try to have exactly one place in the code base responsible for combining paths of URLs.