Hello Daniel,
Tuesday, December 1, 2020, 6:29:12 PM, you wrote:
DSvcl> Here's an idea: a function that can return the equivalent curl command
line
DSvcl> based on the options set in the easy handle!
IMO it belongs to curl code, not to curl-library. This function will
be dead code for any applic
On Tue, 1 Dec 2020, James Read wrote:
https://github.com/curl/curl/wiki/curl_easy_cmdline
Sounds useful. Is it doable?
Absolutely. It can't really do a 100% conversion, but could probably be close
enough for most setups...
--
/ daniel.haxx.se
| Commercial curl support up to 24x7 is
> Thoughts?
Just one: Amazing idea! :)
---
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
On Tue, Dec 1, 2020 at 3:34 PM Daniel Stenberg via curl-library <
curl-library@cool.haxx.se> wrote:
> Hi,
>
> Here's an idea: a function that can return the equivalent curl command
> line
> based on the options set in the easy handle!
>
> For debugging and more.
>
>https://github.com/curl/curl
Hi,
Here's an idea: a function that can return the equivalent curl command line
based on the options set in the easy handle!
For debugging and more.
https://github.com/curl/curl/wiki/curl_easy_cmdline
Thoughts?
--
/ daniel.haxx.se
| Commercial curl support up to 24x7 is available!
| P
Hello,
When sending a SMTP mail with multiple recipients with
CURLOPT_MAIL_RCPT_ALLLOWFAILS set to 1L, is there a way to know for which
recipient the send failed ?
I can see them in the console using CURLOPT_VERBOSE option but I would like my
application to know it in order to perform some acti