File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22title : libp2p+HTTP Transport Gateway Specification
33description : >
44 Describes how HTTP Gateway semantics can be used over libp2p transports.
5- date : 2023-10-04
5+ date : 2024-04-20
66maturity : draft
77editors :
88 - name : Adin Schmahmann
@@ -34,16 +34,16 @@ The [libp2p+HTTP specification](https://github.com/libp2p/specs/pull/508)
3434describes how to use HTTP semantics over stream transports, as well as how
3535to do discovery of what protocols are available (and where they are mounted).
3636
37- ### ` .well-known/libp2p `
37+ ### ` .well-known/libp2p/protocols `
3838
3939libp2p application sub-protocols exposed behind ` /http/1.1 ` protocol can be
40- discovered by the well-known resource (: cite [ rfc8615] ) at ` .well-known/libp2p ` .
40+ discovered by the well-known resource (: cite [ rfc8615] ) at ` .well-known/libp2p/protocols ` .
4141
4242#### Protocol identifier
4343
4444In order for a given HTTP Gateway protocol like the : cite [ trustless-gateway] to
4545work in this environment it requires a protocol identifier to act as a key in
46- the ` .well-known/libp2p ` mapping file.
46+ the ` .well-known/libp2p/protocols ` mapping file.
4747
4848The ` /http/1.1 ` sub-protocol identifier for the IPFS Gateway when used over libp2p is:
4949
@@ -53,7 +53,7 @@ The `/http/1.1` sub-protocol identifier for the IPFS Gateway when used over libp
5353
5454#### Protocol mounting
5555
56- A reference ` .well-known/libp2p ` JSON body with mapping that assumes the gateway to be mounted at ` / ` :
56+ A reference ` .well-known/libp2p/protocols ` JSON body with mapping that assumes the gateway to be mounted at ` / ` :
5757
5858``` js
5959{
You can’t perform that action at this time.
0 commit comments