http
Library to do HTTP requests
Functions
hex::http::get
hex::http::getPerforms a HTTP GET request to the given URL and returns the response body
url: URL to perform the request toreturn: Response body
fn get(str url);Last updated
Was this helpful?