ureq
pub fn request(method: &str, path: &str) -> Request
Make a request setting the HTTP method via a string.
ureq::request("GET", "https://www.google.com").call();