pub trait UriUtilities: PathAndQueryUtilities { // Required method fn with_path(&self, path: &str) -> Result<Uri, Error>; }
Uri utilities.
With new path.