download-as ( url path -- path )
HTTP Download Utilities

Prev:download-into ( url directory -- path )
Next:download-once ( url -- path )


Vocabulary
http.download

Inputs
urlan url or a string
patha pathname string


Outputs
patha pathname string


Word description
Downloads the contents of the URL to a file with the given pathname and returns the pathname.

Notes
Use this to download the file every time.

Errors
Throws an error if the HTTP request fails.

Definition