[][src]Function zoea::web::get_url

pub fn get_url(url: &String) -> String

EXAMPLE let url: String = String::from("http://dummy.restapiexample.com/api/v1/employees"); let resp_str: String = get_url(&url); println!("url={}, response={}", &url, &resp_str);