?download-to ( url file -- )
HTTP client ยป GET requests with the HTTP client

Prev:download-to ( url file -- )
Next:<get-request> ( url -- request )


Vocabulary
http.client

Inputs
urlan url or a string
filea pathname string


Outputs
None

Word description
Version of download-to that only downloads if file does not exist.

Errors
Throws an error if the HTTP request fails.

Definition