rhai-http
A Rhai package that exposes a simple http API to make requests. Uses rhai-autodocs to build documentation for the Rhai API.
Simple GET request
let client = http::;
client.
GET request with headers and JSON output
let client = http::;
client.