libresilient/plugins/ipns-ipfs
Michał 'rysiek' Woźniak d96022f870 mentions of MIME type guessing in IPFS based plugins' documentation (ref. #62) 2023-11-12 13:20:42 +00:00
..
__tests__ Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
README.md mentions of MIME type guessing in IPFS based plugins' documentation (ref. #62) 2023-11-12 13:20:42 +00:00
index.js MIME type sniffing 2023-11-10 21:08:03 +00:00

README.md

Plugin: ipns-ipfs

This is a stub of a plugin retrieving content using IPFS and IPNS.

Configuration

TBD

Operation

TBD

Content Type of retrieved content

Content retrieved from IPFS does not have a Content-Type header set. To work around this, the plugin takes advantage of the LibResilient's guessMimeType() API. Please have a look at that documentation to understand how to use it most effectively.