[][src]Module zoea::web

Functions

get_url

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);