
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
ipfs-http-response
Advanced tools
⛔️ DEPRECATED: js-IPFS has been superseded by Helia
📚 Learn more about this deprecation or how to migrate
⚠️ If you continue using this repo, please note that security fixes will not be provided
Creates an HTTP response from an IPFS Hash
$ npm i ipfs-http-response
This project creates a HTTP response for an IPFS Path. This response can be a file, a HTML with directory listing or the entry point of a web page.
import { getResponse } from 'ipfs-http-response'
const result = await getResponse(ipfsNode, ipfsPath)
console.log(result)
This module also exports the used ipfs resolver
, which should be used when the response needs to be customized or non-HTTP transport is used:
import { resolver } from 'ipfs-http-response'
const result = await resolver.cid(ipfsNode, ipfsPath)
console.log(result)
If ipfsPath
points at a directory, resolver.cid
will throw Error This dag node is a directory
with a cid
attribute that can be passed to resolver.directory
:
import { resolver } from 'ipfs-http-response'
const result = await resolver.directory(ipfsNode, ipfsPath, cid)
console.log(result)
result
will be either a string
with HTML directory listing or an array with CIDs of index
pages present in inspected directory.
Licensed under either of
Contributions welcome! Please check out the issues.
Also see our contributing document for more information on how we work, and about contributing in general.
Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
Creates an HTTP response from an IPFS Hash
The npm package ipfs-http-response receives a total of 3,394 weekly downloads. As such, ipfs-http-response popularity was classified as popular.
We found that ipfs-http-response demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.