You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to download files. We probably need to do this fairly frequently, and should be able to do this without invoking some system tool like curl. At minimum, we probably need to be able to:
download files from HTTP(S)
verify that the downloaded files match some hash
store the output in the content-addressable cache
The task here is not to actually implement this, but to create an ADR detailing what kind of API we want, exactly.
The text was updated successfully, but these errors were encountered:
We want to be able to download files. We probably need to do this fairly frequently, and should be able to do this without invoking some system tool like
curl
. At minimum, we probably need to be able to:The task here is not to actually implement this, but to create an ADR detailing what kind of API we want, exactly.
The text was updated successfully, but these errors were encountered: