From 94e0528ed37bbabdca9c647152ca6db1716304f3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Dec 2023 11:46:09 +0100 Subject: [PATCH] protocols/curl.md: we count 28 protocols these days --- protocols/curl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/curl.md b/protocols/curl.md index 592a860010..e8ada60121 100644 --- a/protocols/curl.md +++ b/protocols/curl.md @@ -1,6 +1,6 @@ # curl protocols -curl supports about 26 protocols. We say "about" because it depends on how you +curl supports about 28 protocols. We say *about* because it depends on how you count and what you consider to be distinctly different protocols. ## DICT @@ -11,7 +11,7 @@ and clients use TCP port 2628. ## FILE -FILE is not actually a "network" protocol. It is a URL scheme that allows you +FILE is not actually a *network* protocol. It is a URL scheme that allows you to tell curl to get a file from the local file system instead of getting it over the network from a remote server. See RFC 1738.