Function url_prefix::create_prefix

source ·
pub fn create_prefix(
    protocol: Protocol,
    domain: &str,
    port: Option<u16>,
    path: Option<&str>
) -> String
Expand description

Create a URL prefix string.