From c365f2cb4ffcbef02d2e9a5e17aa9d7f1fe81df7 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 21 May 2020 15:00:11 -0400 Subject: Add gemini protocol support The gemini protocol's "speculative specification" is documented at the following URLs: https://gemini.circumlunar.space/docs/spec-spec.txt gopher://gemini.circumlunar.space/1/docs/spec-spec.txt gemini://gemini.circumlunar.space/docs/spec-spec.txt This patch introduces preliminary support for version 0.11.0 of the specification, as of March 1st 2020. --- src/tool_setopt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_setopt.c') diff --git a/src/tool_setopt.c b/src/tool_setopt.c index 9858d49c9..383600ab7 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -145,6 +145,7 @@ const struct NameValue setopt_nv_CURLPROTO[] = { NV(CURLPROTO_FILE), NV(CURLPROTO_FTP), NV(CURLPROTO_FTPS), + NV(CURLPROTO_GEMINI), NV(CURLPROTO_GOPHER), NV(CURLPROTO_HTTP), NV(CURLPROTO_HTTPS), -- cgit v1.2.3