Name
easy:SetOpt_CRLF -- enable/disable CRLF conversion
Synopsis
easy:SetOpt_CRLF(conv)
Function
Pass a value. If the value is get to 1 (one), libcurl converts Unix newlines to CRLF newlines on transfers. Disable this option again by setting the value to 0 (zero).

This is a legacy option of questionable use.

Inputs
conv
input value

Show TOC