mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
CURLOPT_COOKIEFILE.3: "-" as file name means stdin
Reported-by: Aron Bergman Bug: https://curl.haxx.se/mail/lib-2018-03/0049.html [ci skip]
This commit is contained in:
parent
98eee3396d
commit
d974b39a9e
@ -5,7 +5,7 @@
|
|||||||
.\" * | (__| |_| | _ <| |___
|
.\" * | (__| |_| | _ <| |___
|
||||||
.\" * \___|\___/|_| \_\_____|
|
.\" * \___|\___/|_| \_\_____|
|
||||||
.\" *
|
.\" *
|
||||||
.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
|
.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
.\" *
|
.\" *
|
||||||
.\" * This software is licensed as described in the file COPYING, which
|
.\" * This software is licensed as described in the file COPYING, which
|
||||||
.\" * you should have received as part of this distribution. The terms
|
.\" * you should have received as part of this distribution. The terms
|
||||||
@ -38,7 +38,8 @@ subsequent requests with this handle.
|
|||||||
|
|
||||||
Given an empty or non-existing file or by passing the empty string ("") to
|
Given an empty or non-existing file or by passing the empty string ("") to
|
||||||
this option, you can enable the cookie engine without reading any initial
|
this option, you can enable the cookie engine without reading any initial
|
||||||
cookies.
|
cookies. If you tell libcurl the file name is "-" (just a single minus sign),
|
||||||
|
libcurl will instead read from stdin.
|
||||||
|
|
||||||
This option only \fBreads\fP cookies. To make libcurl write cookies to file,
|
This option only \fBreads\fP cookies. To make libcurl write cookies to file,
|
||||||
see \fICURLOPT_COOKIEJAR(3)\fP.
|
see \fICURLOPT_COOKIEJAR(3)\fP.
|
||||||
|
Loading…
Reference in New Issue
Block a user