Open
Description
Question:
In https://github.com/libp2p/specs/blob/master/http/transport-component.md#recommendation-on-including-http-semantics-in-multiaddrs there's a recommendation to use the private use area of multicodecs to add HTTP semantics to an HTTP multiaddr.
However, my read is that this implementation would, by default, error trying to encode/decode such multiaddrs as the protocols would not be part of the protocol table.
Is the recommendation to call AddProtocols
on every machine your application runs on an add your additional protocol?
Also is this still the recommendation given http-path
was later added as a default included protocol?
cc: @MarcoPolo
Metadata
Assignees
Labels
No labels
Activity