diff options
author | Michael Wallner <mike@php.net> | 2014-09-25 15:11:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-09-25 15:14:16 +0200 |
commit | 9ee8efc63bbc6c699f7294b4100dea542ab04444 (patch) | |
tree | e55ea83c3df0914acc4ab46f7476cc32cd0c16e6 /docs | |
parent | d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1 (diff) |
CURLOPT_POSTREDIR.3: Added availability for CURL_REDIR_POST_303
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_POSTREDIR.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_POSTREDIR.3 b/docs/libcurl/opts/CURLOPT_POSTREDIR.3 index cacb0aaa4..b9660a944 100644 --- a/docs/libcurl/opts/CURLOPT_POSTREDIR.3 +++ b/docs/libcurl/opts/CURLOPT_POSTREDIR.3 @@ -52,7 +52,7 @@ HTTP TODO .SH AVAILABILITY Added in 7.17.1. This option was known as CURLOPT_POST301 up to 7.19.0 as it -only supported the 301 then. +only supported the 301 then. CURL_REDIR_POST_303 was added in 7.26.0. .SH RETURN VALUE Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO" |