An official Sifzz module that allows HTTP requests.
get "https://your.url" and store in variable
Gets the page content (as HTML) and stores in variable
post "data" to "https://your.url" and store in variable
Send a post request with "data" to a URL and store the response in a variable.
download "https://your.url/a-file.zip" as "a-file.zip"
Downloads “a-file.zip” from your.url as “a-file.zip” into your project