Skip to content

Commit 0d63241

Browse files
committed
chapter9: optional: footnote that curl can make non-HTTP requests
curl can make HTTP requests. It can also make requests of other types. This commit proposes adding a footnote to note that curl can make other types of requests. Options for manual page: - https://man7.org/linux/man-pages/man1/curl.1.html - https://linux.die.net/man/1/curl
1 parent 13b77eb commit 0d63241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_09_docker.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ Starting development server at http://127.0.0.1:8888/
956956

957957
A quick run of the FT or check in our browser will show us that nope, that doesn't work either.
958958
Let's try an even lower-level smoke test, the traditional Unix utility `curl`.
959-
It's a command-line tool for making HTTP requests. Try it on your own computer first:
959+
It's a command-line tool for making HTTP requests.footnote:[`curl` can make many other types of requests. For details see https://man7.org/linux/man-pages/man1/curl.1.html[curl manual]] Try it on your own computer first:
960960

961961
[role="ignore-errors"]
962962
[subs="specialcharacters,macros"]

0 commit comments

Comments
 (0)