Library to do HTTP requests
hex::http::get
Performs a HTTP GET request to the given URL and returns the response body
url: URL to perform the request to
url
return: Response body
return
fn get(str url);
Last updated 1 year ago