ipfs/helia-verified-fetch

@helia/verified-fetch: HTTP Range request support

lidel opened this issue · 1 comments

Ref.

We only care about supporting single/first range for parity with Kubo/Rainbow and the majority of browsers doing things like video streaming.

iiuc we have offset and length support in https://ipfs.github.io/js-ipfs-unixfs/interfaces/ipfs_unixfs_exporter.ExporterOptions.html , remaining work in @helia/verified-fetch is to wire up offset and length when Range header is present in the request.