Skip to content

Missing CURLOPT_xxx curl_slist support #8

Description

@mackyle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions