Home
last modified time | relevance | path

Searched refs:CURL_REDIR_POST_303 (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/docs/libcurl/opts/
DCURLOPT_POSTREDIR.md36 (value **CURL_REDIR_POST_303**) makes libcurl maintain the request method
77 only supported the 301 then. CURL_REDIR_POST_303 was added in 7.26.0.
/third_party/curl/include/curl/
Dcurl.h2353 #define CURL_REDIR_POST_303 4 macro
2355 (CURL_REDIR_POST_301|CURL_REDIR_POST_302|CURL_REDIR_POST_303)
/third_party/curl/docs/libcurl/
Dsymbols-in-versions112 CURL_REDIR_POST_303 7.25.1
Dlibcurl-symbols.md320 ## CURL_REDIR_POST_303 section in libcurl symbols
/third_party/curl/lib/
Dtransfer.c1487 !(data->set.keep_post & CURL_REDIR_POST_303))) { in Curl_follow()
/third_party/curl/src/
Dtool_operate.c1493 postRedir |= CURL_REDIR_POST_303; in single_transfer()
/third_party/curl/packages/OS400/
Dcurl.inc.in338 d CURL_REDIR_POST_303...