Creates an HTTP response from an IPFS Hash
TODO
This project consists on creating a HTTP response from an IPFS Hash. This response can be a file, a directory list view or the entry point of a web page.
const ipfsHttpResponse = require('ipfs-http-response')
ipfsHttpResponse(ipfsNode, ipfsPath)
.then((response) => {
...
})