diff options
author | Emil Engler <me@emilengler.com> | 2020-07-13 14:15:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-04 15:38:14 +0200 |
commit | 5dddc1dc7e39bd9b54fd219c1b2e318f1f6c49b2 (patch) | |
tree | f9efbff2872cf76c5792726a15ab3c38ae8b5376 /docs/cmdline-opts/http0.9.d | |
parent | df0282a82beb35cb0b7a1a18ad8c9c442465a8f6 (diff) | |
download | curl-5dddc1dc7e39bd9b54fd219c1b2e318f1f6c49b2.tar.gz |
docs: add categories to all cmdline opts
Adapted gen.pl with 'listcats'
This commit is a part of "--help me if you can"
Closes #5680
Diffstat (limited to 'docs/cmdline-opts/http0.9.d')
-rw-r--r-- | docs/cmdline-opts/http0.9.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/http0.9.d b/docs/cmdline-opts/http0.9.d index 7e783f696..954c22a17 100644 --- a/docs/cmdline-opts/http0.9.d +++ b/docs/cmdline-opts/http0.9.d @@ -3,6 +3,7 @@ Tags: Versions Protocols: HTTP Added: Help: Allow HTTP 0.9 responses +Category: http --- Tells curl to be fine with HTTP version 0.9 response. |