From d8c87b67316fa87fdb9bd5c8b6b1d3291d9ebc9f 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. --- docs/CURL-DISABLE.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/CURL-DISABLE.md') diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md index 83436b473..e42878c6b 100644 --- a/docs/CURL-DISABLE.md +++ b/docs/CURL-DISABLE.md @@ -24,6 +24,10 @@ Disable the FILE protocol Disable the FTP (and FTPS) protocol +## CURL_DISABLE_GEMINI + +Disable the Gemini protocol. + ## CURL_DISABLE_GOPHER Disable the GOPHER protocol. -- cgit v1.2.3