]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: add support for the IPFS protocols:
authorMark Gaiser <markg85@gmail.com>
Sun, 27 Mar 2022 00:31:58 +0000 (01:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 Sep 2023 09:02:10 +0000 (11:02 +0200)
commit65b563a96a226649ba12cb1ec7b5c4c538ec1c08
tree62d0a6f60d68496662cabb1a1c405b68b4c0adcc
parent5595e3361767cd87e2d6fff5d88724d91a978700
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
21 files changed:
.github/scripts/spellcheck.words
docs/IPFS.md [new file with mode: 0644]
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/ipfs-gateway.d [new file with mode: 0644]
docs/options-in-versions
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.h
src/tool_libinfo.c
src/tool_libinfo.h
src/tool_listhelp.c
src/tool_operate.c
tests/data/DISABLED
tests/data/Makefile.inc
tests/data/test722 [new file with mode: 0644]
tests/data/test723 [new file with mode: 0644]
tests/data/test724 [new file with mode: 0644]
tests/data/test725 [new file with mode: 0644]
tests/data/test726 [new file with mode: 0644]
tests/data/test727 [new file with mode: 0644]