pub(crate) fn search_url(base_url: &str, path: &str, search: &str) -> StringExpand description
An absolute {base_url}{path} URL with a single percent-encoded search query parameter.
search can contain characters (e.g. a + in an email’s local part) that are not safe to
interpolate into a query string directly.