Searched refs:CURL_REDIR_POST_303 (Results 1 – 7 of 7) sorted by relevance
36 (value **CURL_REDIR_POST_303**) makes libcurl maintain the request method77 only supported the 301 then. CURL_REDIR_POST_303 was added in 7.26.0.
2353 #define CURL_REDIR_POST_303 4 macro2355 (CURL_REDIR_POST_301|CURL_REDIR_POST_302|CURL_REDIR_POST_303)
112 CURL_REDIR_POST_303 7.25.1
320 ## CURL_REDIR_POST_303 section in libcurl symbols
1487 !(data->set.keep_post & CURL_REDIR_POST_303))) { in Curl_follow()
1493 postRedir |= CURL_REDIR_POST_303; in single_transfer()
338 d CURL_REDIR_POST_303...