diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-16 23:01:55 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-16 23:02:49 +0200 |
commit | 6f85968678f7707fe6f9615b18d306989e715d86 (patch) | |
tree | 861064dd631a55f8ecabdc02f488f89a3455c4eb /docs | |
parent | 354afc891df4b60b8017fc5d35a05daedb2cd812 (diff) | |
download | curl-6f85968678f7707fe6f9615b18d306989e715d86.tar.gz |
CURLOPT_NOBODY.3: fix typo
Reported-by: Basuke Suzuki
Fixes #6097
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_NOBODY.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOBODY.3 b/docs/libcurl/opts/CURLOPT_NOBODY.3 index 3b2e393a1..058b551fa 100644 --- a/docs/libcurl/opts/CURLOPT_NOBODY.3 +++ b/docs/libcurl/opts/CURLOPT_NOBODY.3 @@ -36,7 +36,7 @@ to transfer the body data. For HTTP operations when \fICURLOPT_NOBODY(3)\fP has been set, unsetting the option (with 0) will make it a GET again - only if the method is still set to be HEAD. The proper way to get back to a GET request is to set -\fICURLOPT_HTTPGET(3)\fP and for other methods, use the POST ur UPLOAD +\fICURLOPT_HTTPGET(3)\fP and for other methods, use the POST or UPLOAD options. Enabling \fICURLOPT_NOBODY(3)\fP means asking for a download without a body. |