aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-docs::curl.html
blob: 5bd4b47fce9e2069c91e837792cde65f9f2c26b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN -x .svn ../../vendor/curl/docs/curl.html ./docs/curl.html
--- ../../vendor/curl/docs/curl.html	2008-11-05 14:00:48.000000000 +0200
+++ ./docs/curl.html	2009-01-21 16:12:12.000000000 +0200
@@ -362,7 +362,7 @@
 <p class="level0"><a name="--post301"></a><span class="nroffip">--post301</span> 
 <p class="level1">Tells curl to respect RFC 2616/10.3.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 a redirection. This option is meaningful only when using <a class="emphasis" href="#-L--location">-L/--location</a> (Added in 7.17.1) 
 <p class="level0"><a name="--post302"></a><span class="nroffip">--post302</span> 
-<p class="level1">Tells curl to respect RFC 2616/10.3.2 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 requires a POST to remain a POST after such a redirection. This option is meaningful only when using <a class="emphasis" href="#-L--location">-L/--location</a> (Added in 7.19.1) 
+<p class="level1">Tells curl to respect RFC 2616/10.3.2 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 a redirection. This option is meaningful only when using <a class="emphasis" href="#-L--location">-L/--location</a> (Added in 7.19.1) 
 <p class="level0"><a name="--proxy-anyauth"></a><span class="nroffip">--proxy-anyauth</span> 
 <p class="level1">Tells curl to pick a suitable authentication method when communicating with the given proxy. This might cause an extra request/response round-trip. (Added in 7.13.2) 
 <p class="level0"><a name="--proxy-basic"></a><span class="nroffip">--proxy-basic</span>