Currently HTTP requests can hang indefinitely (no timeout configured on the reqwest Client). Add a default 30-second timeout and a `--timeout <secs>` CLI flag or `timeout <secs>` REPL command to override it.
Currently HTTP requests can hang indefinitely (no timeout configured on the reqwest Client).
Add a default 30-second timeout and a
--timeout <secs>CLI flag ortimeout <secs>REPL command to override it.