CurlRedir

symbols to use with CURLOPT_POSTREDIR. CURL_REDIR_POST_301 and CURL_REDIR_POST_302 can be bitwise ORed so that CURL_REDIR_POST_301 | CURL_REDIR_POST_302 == CURL_REDIR_POST_ALL

Values

ValueMeaning
get_all0
post_3011
post_3022
post_all(1 | 2)

Meta