For the complete documentation index, see llms.txt. This page is also available as Markdown.

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);

Last updated