diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-18 00:48:15 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-18 00:48:15 +0100 |
commit | 4c9567e3949cb0bb85927e3f0bcb64d45cbc2674 (patch) | |
tree | 5c8bb99e446b5f5a2fc2826e106748a3f8b1c94e /docs | |
parent | 6cce4dbf83088cf42fef291bfdbbb711c0daf7aa (diff) |
curl.1: generated after 6cce4dbf830
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index fd0f0ef57..7bd031ca1 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1337,7 +1337,7 @@ Other SSL backends not supported. If this option is used several times, the last one will be used. .IP "--post301" -(HTTP) Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET +(HTTP) Tells curl to respect RFC 7231/6.4.2 and not convert POST requests into GET requests when following a 301 redirection. The non-RFC behaviour is ubiquitous in web browsers, so curl does the conversion by default to maintain consistency. However, a server may require a POST to remain a POST after such @@ -1345,7 +1345,7 @@ a redirection. This option is meaningful only when using \fI-L, --location\fP. See also \fI--post302\fP and \fI--post303\fP and \fI-L, --location\fP. Added in 7.17.1. .IP "--post302" -(HTTP) Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET +(HTTP) Tells curl to respect RFC 7231/6.4.3 and not convert POST requests into GET requests when following a 302 redirection. The non-RFC behaviour is ubiquitous in web browsers, so curl does the conversion by default to maintain consistency. However, a server may require a POST to remain a POST after such @@ -1353,7 +1353,7 @@ a redirection. This option is meaningful only when using \fI-L, --location\fP. See also \fI--post301\fP and \fI--post303\fP and \fI-L, --location\fP. Added in 7.19.1. .IP "--post303" -(HTTP) Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET +(HTTP) Tells curl to respect RFC 7231/6.4.4 and not convert POST requests into GET requests when following a 303 redirection. The non-RFC behaviour is ubiquitous in web browsers, so curl does the conversion by default to maintain consistency. However, a server may require a POST to remain a POST after such @@ -2112,7 +2112,7 @@ of writing this, those are BoringSSL and NSS only. Added in 7.52.0. .IP "-1, --tlsv1" (SSL) Forces curl to use TLS version 1.x when negotiating with a remote TLS server. -You can use options \fI-1, --tlsv1\fP.0, \fI--tlsv1.1\fP, \fI--tlsv1.2\fP, and \fI--tlsv1.3\fP to control +You can use options \fI\fI-1, --tlsv1\fP.0\fP, \fI--tlsv1.1\fP, \fI--tlsv1.2\fP, and \fI--tlsv1.3\fP to control the TLS version more precisely (if the SSL backend in use supports such a level of control). |