1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-03 18:59:46 -05:00
Daniel Stenberg 6ebe63fac2
options: API for meta-data about easy options
const struct curl_easyoption *curl_easy_option_by_name(const char *name);

 const struct curl_easyoption *curl_easy_option_by_id (CURLoption id);

 const struct curl_easyoption *
 curl_easy_option_next(const struct curl_easyoption *prev);

The purpose is to provide detailed enough information to allow for
example libcurl bindings to get option information at run-time about
what easy options that exist and what arguments they expect.

Assisted-by: Jeroen Ooms
Closes #5365
2020-08-27 14:17:36 +02:00
..
2017-09-02 17:47:10 +01:00
2018-04-17 15:32:51 -04:00
2018-09-23 22:24:02 +00:00
2018-04-17 15:32:51 -04:00