The following options take a curl_slist * parameter:
CURLOPT_HTTP200ALIASES
CURLOPT_HTTPHEADER
CURLOPT_MAIL_RCPT
CURLOPT_POSTQUOTE
CURLOPT_PREQUOTE
CURLOPT_PROXYHEADER
CURLOPT_QUOTE
CURLOPT_RESOLVE
CURLOPT_TELNETOPTIONS
But the Curl.xs file only handles CURLOPT_HTTPHEADER, CURLOPT_QUOTE, CURLOPT_POSTQUOTE and CURLOPT_RESOLVE so the other 5 options cannot currently be used from WWW::Curl.
FYI, you can quickly find the CURLOPT options taking a curl_slist by greping the docs/libcurl/opts/*.html files for curl_slist. I happen to be looking for CURLOPT_MAIL_RCPT support which has been available in Curl since version 7.20.0.
The following options take a curl_slist * parameter:
CURLOPT_HTTP200ALIASES
CURLOPT_HTTPHEADER
CURLOPT_MAIL_RCPT
CURLOPT_POSTQUOTE
CURLOPT_PREQUOTE
CURLOPT_PROXYHEADER
CURLOPT_QUOTE
CURLOPT_RESOLVE
CURLOPT_TELNETOPTIONS
But the Curl.xs file only handles CURLOPT_HTTPHEADER, CURLOPT_QUOTE, CURLOPT_POSTQUOTE and CURLOPT_RESOLVE so the other 5 options cannot currently be used from WWW::Curl.
FYI, you can quickly find the CURLOPT options taking a curl_slist by greping the docs/libcurl/opts/*.html files for curl_slist. I happen to be looking for CURLOPT_MAIL_RCPT support which has been available in Curl since version 7.20.0.