brane_shr::utilities

Function ensure_http_schema

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