Skip to main content

Module http

Module http 

Source

Functionsยง

download_file
Download a URL to a file on disk. Shows no progress (use for small files).
fetch_json
Fetch a URL and parse the response as JSON.
fetch_text
Fetch a URL and return the response body as a string.