-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Is /https deprecated? #163
Comments
We should switch to Note: multicodecs themselves don't really get "deprecated". |
What's the argument to not treat |
Reducing complexity, eventually? I don't feel about one versus the other, but we definitely shouldn't support both |
I agree it's nice and better to support a single format rather than multiple. I don't have a strong opinion on not deprecating If there's no counter-opinion, I'm okay to close this issue as "Yes, we're trying to move away from |
The (
protocols.csv
](https://github.com/multiformats/multiaddr/blob/master/protocols.csv?plain=1#L31) claims/https
is deprecated, but the source of truth multicodec table does not make that claim.The deprecated claim was introduced in #109 which was a nice effort to sync this repo to the multicodec repo. It seems like deprecating
/https
was mentioned in the PR that introduced the/tls
multicodec. But it was only mentioned as a future option, not something that was actively pursued.Since the multicodec table does not deprecate
/https
(and with the extra context of the origin of the original claim), I don't think/https
should be deprecated in this repo.But, should it be deprecated in general? I don't think so. We've seen a lot of people use
/https
components in the wild, and prefer it to/tls/http
. It also feels more natural to use/https
because it's a lot more common across the internet. I think this should be an alias to/tls/http
.Do folks disagree?
cc @Stebalien who might have opinions as the approver of #109 and author of multiformats/multicodec#145
(The same arguments here apply to
/wss
and/tls/ws
)The text was updated successfully, but these errors were encountered: