curl: add support for the IPFS protocols:

- ipfs://<cid>
- ipns://<cid>

This allows you tu use ipfs in curl like:
curl ipfs://<cid>
and
curl ipns://<cid>

For more information consult the readme at:
https://curl.se/docs/ipfs.html

Closes #8805
This commit is contained in:
Mark Gaiser 2022-03-27 01:31:58 +01:00 committed by Daniel Stenberg
parent 5595e33617
commit 65b563a96a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
21 changed files with 678 additions and 31 deletions

View file

@ -70,6 +70,9 @@
266
579
587
722
724
727
# 1021 re-added here due to flakiness
1021
1117