Skip to content

Commit 0325f08

Browse files
authored
docs: How to implement HTTP Gateway
1 parent 7ef08cb commit 0325f08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Our goal is to **facilitate native support for IPFS and other decentralized prot
1919
- [IPFS and the JavaScript ecosystem](#ipfs-and-the-javascript-ecosystem)
2020
- [How to address IPFS on the web](#how-to-address-ipfs-on-the-web)
2121
- [How to run own HTTP Gateway](#how-to-run-own-http-gateway)
22+
- [How to implement HTTP Gateway](#how-to-implement-http-gateway)
2223
- [DNSLink](#dnslink)
2324
- [Collaborations](#collaborations)
2425
- [W3C](#w3c)
@@ -66,6 +67,10 @@ At present, in order to interact with IPFS in a web browser, you must either bun
6667

6768
Use the latest [go-ipfs daemon](https://github.com/ipfs/go-ipfs) and follow [gateway recipes](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#gateway-recipes).
6869

70+
### How to implement HTTP Gateway
71+
72+
See specification and implementer notes at [ipfs/specs/http-gateways](https://github.com/ipfs/specs/blob/main/http-gateways/README.md).
73+
6974
#### DNSLink
7075

7176
[DNSLink](https://dnslink.dev) enables you to map a domain name to an IPFS address (CID or IPNS libp2p-key) by means of a DNS TXT record.

0 commit comments

Comments
 (0)