RangerMauve / hypercore-fetch

Implementation of Fetch that uses the Hyper SDK for loading p2p content
MIT License
36 stars 12 forks source link

Add `GET` request header recursively download a directory #67

Closed josephmturner closed 1 year ago

josephmturner commented 1 year ago

We've talked about a flag like --full-replication for hyper-gateway. A header like this would let users recursively download specific directories without having to download the whole drive. WDYT?

RangerMauve commented 1 year ago

Going to tackle this as part of #66