We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please read multiformats/multiaddr#63 (comment) first
/tls multicodec was added in: multiformats/multicodec#145
/tls
Right now:
toMultiaddr('https://wikipedia.org') → /dns4/wikipedia.org/tcp/443/https
Question: should change this library it to return /tls/http as the new default?
/tls/http
toMultiaddr('https://wikipedia.org') → /dns4/wikipedia.org/tcp/443/tls/http
Answer: We need multiformats/multiaddr#63 (comment) to get resolved first, so please provide feedback there
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/tls
multicodec was added in: multiformats/multicodec#145Right now:
Question: should change this library it to return
/tls/http
as the new default?Answer: We need multiformats/multiaddr#63 (comment) to get resolved first, so please provide feedback there
The text was updated successfully, but these errors were encountered: