http

Documentation for 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( url);