Links
Comment on page

http

Library to do HTTP requests

Functions

hex::http::get

Performs a HTTP GET request to the given URL and returns the response body
  • url: URL to perform the request to
  • return: Response body
fn get(str url);
Last modified 8mo ago