Function schematic::is_secure_url
source · pub fn is_secure_url(value: &str) -> boolExpand description
Returns true if the value is a secure URL, by checking for https://. This check can be
bypassed for localhost URLs.
pub fn is_secure_url(value: &str) -> boolReturns true if the value is a secure URL, by checking for https://. This check can be
bypassed for localhost URLs.