1.1.1 • Published 1 month ago

@helia/verified-fetch-gateway-conformance v1.1.1

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
1 month ago

@helia/verified-fetch-gateway-conformance

ipfs.tech Discuss codecov CI

Gateway Conformance tests for @helia/verified-fetch

About

Runs Gateway Conformance tests against @helia/verified-fetch using Kubo as a backing trustless-gateway.

Example - Testing a new Kubo release

$ npm i @helia/verified-fetch-gateway-conformance
$ KUBO_BINARY=/path/to/kubo verified-fetch-gateway-conformance

Install

$ npm i @helia/verified-fetch-gateway-conformance

Browser <script> tag

Loading this module through a script tag will make it's exports available as HeliaInterop in the global namespace.

<script src="https://unpkg.com/@helia/verified-fetch-gateway-conformance/dist/index.min.js"></script>

License

Licensed under either of

Contribute

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.

npm.io