Skip to content

Commit

Permalink
protocols/curl.md: we count 28 protocols these days
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 15, 2023
1 parent 6357997 commit 94e0528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/curl.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 94e0528

Please sign in to comment.