download ( url -- path )
HTTP Download Utilities

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


Vocabulary
http.download

Inputs
urlan url or a string


Outputs
patha pathname string


Word description
Downloads the contents of the URL to a file in the current-directory having the same file name and returns the pathname.

Notes
Use this to download the file every time.

Errors
Throws an error if the HTTP request fails.

Definition