aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_COOKIELIST.3
diff options
context:
space:
mode:
authorYousuke Kimoto <yousuke.kimoto@gmail.com>2014-09-25 16:25:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-09-25 16:28:17 +0200
commitb10a838a7add072b88ab87c203361d655caa077b (patch)
treefe71432db97ab054b9a350ad0f2e10d1bb99b977 /docs/libcurl/opts/CURLOPT_COOKIELIST.3
parent9ee8efc63bbc6c699f7294b4100dea542ab04444 (diff)
CURLOPT_COOKIELIST: Added "RELOAD" command
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_COOKIELIST.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_COOKIELIST.36
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_COOKIELIST.3 b/docs/libcurl/opts/CURLOPT_COOKIELIST.3
index 278a520da..815def1b9 100644
--- a/docs/libcurl/opts/CURLOPT_COOKIELIST.3
+++ b/docs/libcurl/opts/CURLOPT_COOKIELIST.3
@@ -46,6 +46,10 @@ erases all session cookies held in memory
.IP FLUSH
writes all known cookies to the file specified by \fICURLOPT_COOKIEJAR(3)\fP
+
+.IP RELOAD
+loads all cookies from the files specified by \fICURLOPT_COOKIEFILE(3)\fP
+
.SH DEFAULT
NULL
.SH PROTOCOLS
@@ -58,6 +62,8 @@ ALL was added in 7.14.1
SESS was added in 7.15.4
FLUSH was added in 7.17.1
+
+RELOAD was added in 7.39.0
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.