Searched refs:postRedir (Results 1 – 1 of 1) sorted by relevance
1083 long postRedir = 0; in config2setopts() local1109 postRedir |= CURL_REDIR_POST_301; in config2setopts()1111 postRedir |= CURL_REDIR_POST_302; in config2setopts()1113 postRedir |= CURL_REDIR_POST_303; in config2setopts()1114 my_setopt(curl, CURLOPT_POSTREDIR, postRedir); in config2setopts()
Completed in 9 milliseconds