# Functions
DownloadImage will retrieve an image from an http(s) URI, saving it into the specified file.
IsNetPullRef returns true if the provided string is a valid url reference for a pull operation.
Pull will pull a http(s) image to the cache or direct to a temporary file if cache is disabled.
PullToFile will pull an http(s) image to the specified location, through the cache, or directly if cache is disabled.