the way that `UrlToFetch` is implemented is by cre...
# development
h
the way that
UrlToFetch
is implemented is by creating a rust type
DownloadedFile
, and having it implement
WrappedNode
and then the
get
method on
WrappedNode
acutally makes the HTTP request and packages up the response into a
Snapshot