Skip to content
Daniel Stenberg edited this page Dec 1, 2020 · 2 revisions

CURLcode curl_easy_cmdline(CURL *easy, char **line)

Given an easy handle with populated options, return a curl command line as a null-terminated string. The command line would perform the same transfer, using the curl command line tool.

The returned string must be freed with curl_free().

Brainstorm

This wiki page is meant for jotting down ideas and dreams.