ipfs / service-worker-gateway

IPFS Gateway implemented in Service Worker
https://inbrowser.link
Other
31 stars 8 forks source link

Request Query Parameters (?format=car / ?format=raw) #356

Open agmap opened 2 months ago

agmap commented 2 months ago

https://<cid>.ipfs.inbrowser.link/filename.json?format=car --> ipfs.io delivers the CAR file only of the filename.json --> serviceworker delivers the full CAR file of the full cid directory.

https://<cid>.ipfs.inbrowser.link/filename.json?format=raw --> not working