pub fn require_https(url: &str) -> Result<(), UpdateKitError>Expand description
Validates that the given URL uses HTTPS.
Returns InsecureUrl error if the URL does not start with https://.
pub fn require_https(url: &str) -> Result<(), UpdateKitError>Validates that the given URL uses HTTPS.
Returns InsecureUrl error if the URL does not start with https://.