Function got_ya_id::apps::user::utils::get_url[][src]

pub fn get_url<'a>(host: &'a str, path: &'a str, id: &'a str) -> String

Builds a complete URI from the arguments given

Arguments

host: str

The host part of the URL

path: str

Path of the request

id: str

Parameter to append to complete the url path