ensureHttpScheme
String ensureHttpScheme(String value)Ensures the string starts with http:// or https://.
If scheme is missing, adds http:// (or https:// for port 443).
String ensureHttpScheme(String value)Ensures the string starts with http:// or https://.
If scheme is missing, adds http:// (or https:// for port 443).