fixed CURLOPT_COOKIE and added CURLOPT_CRLF

This commit is contained in:
Daniel Stenberg 2000-12-08 17:25:24 +00:00
parent 69abefc936
commit a5146c7297

View File

@ -237,7 +237,7 @@ want the transfer to start from.
.B CURLOPT_COOKIE .B CURLOPT_COOKIE
Pass a pointer to a zero terminated string as parameter. It will be used to Pass a pointer to a zero terminated string as parameter. It will be used to
set a cookie in the http request. The format of the string should be set a cookie in the http request. The format of the string should be
'[NAME]=[CONTENTS];' Where NAME is the cookie name. [NAME]=[CONTENTS]; Where NAME is the cookie name.
.TP .TP
.B CURLOPT_HTTPHEADER .B CURLOPT_HTTPHEADER
Pass a pointer to a linked list of HTTP headers to pass to the server in your Pass a pointer to a linked list of HTTP headers to pass to the server in your
@ -267,7 +267,7 @@ the password required to use the CURLOPT_SSLCERT certificate. If the password
is not supplied, you will be prompted for it. is not supplied, you will be prompted for it.
.TP .TP
.B CURLOPT_CRLF .B CURLOPT_CRLF
TBD. Convert unix newlines to CRLF newlines on FTP uploads.
.TP .TP
.B CURLOPT_QUOTE .B CURLOPT_QUOTE
Pass a pointer to a linked list of FTP commands to pass to the server prior to Pass a pointer to a linked list of FTP commands to pass to the server prior to