Re: ipfs and ipns protocol not listed in protocols section of curl -V
Daniel Stenberg via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 12 Dec 2023, Chara White via curl-users wrote: > curl added ipfs and ipns protocol support on 8.4.0. but it is not showing on > the Protocols: list when you do curl -v. Ah right. The reason for this is that IPFS is not actually a protocol by itself powered by libcurl, it is a URL rewrite done by the command line tool into a HTTP(S):// URL. Should still probably be listed there, indeed. > There is also no option do disable ipfs or ipns protocol when compiling curl. Also for the same reason: the disabling of features is mostly provided to let user build a smaller libcurl. Since libcurl does not support IPFS, nobody has bothered to add an option that disables IPFS just from the command line tool. -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html