1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

CURLOPT_POSTREDIR.3: Added availability for CURL_REDIR_POST_303

This commit is contained in:
Michael Wallner 2014-09-25 15:11:04 +02:00 committed by Daniel Stenberg
parent d9762a7cdb
commit 9ee8efc63b

View File

@ -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"