File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ string encoded representation of the multiaddr. E.g. the multiaddr
136
136
` /ip4/1.2.3.4/udp/54321/quic-v1 ` would be represented as
137
137
` multiaddr:/ip4/1.2.3.4/udp/54321/quic-v1 ` .
138
138
139
- This URI can be extended to include HTTP paths with the ` /httppath ` component.
139
+ This URI can be extended to include HTTP paths with the ` /http-path ` component.
140
140
This allows a user to make an HTTP request to a specific HTTP resource using a
141
141
multiaddr. For example, a user could make a GET request to
142
- ` multiaddr:/ip4/1.2.3.4/udp/54321/quic-v1/p2p/12D.../httppath /.well-known%2Flibp2p ` . This also allows
142
+ ` multiaddr:/ip4/1.2.3.4/udp/54321/quic-v1/p2p/12D.../http-path /.well-known%2Flibp2p ` . This also allows
143
143
an HTTP redirect to another host and another HTTP resource.
144
144
145
145
## Using other request-response semantics (not HTTP)
You can’t perform that action at this time.
0 commit comments