pub fn module(_stdio: bool) -> Result<Module, ContextError>
A simple HTTP module for Rune.
let res = http::get("https://httpstat.us/200?sleep=100").await; dbg!(res.text().await?);