pub fn create_prefix_with_validated_ipv4<P: AsRef<str>>(
    protocol: Protocol,
    ipv4: &IPv4,
    path: Option<P>
) -> String
Expand description

Create a safe URL prefix string.