Function validate_https

Source
pub fn validate_https(url: &str) -> Result<()>
Expand description

Validates that a URL uses HTTPS

§Arguments

  • url - The URL string to validate

§Returns

Result indicating whether the URL uses HTTPS