Function brane_shr::utilities::ensure_http_schema

source ยท
pub fn ensure_http_schema<S>(url: S, secure: bool) -> Result<String, ParseError>
where S: Into<String>,