1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-03 02:41:59 -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
..
2020-07-28 23:51:17 +02:00
2020-08-26 22:53:02 +02:00
2017-09-11 09:29:50 +02:00
2018-03-19 19:22:42 +01:00
2017-09-11 09:29:50 +02:00
2017-09-11 09:29:50 +02:00
2017-09-11 09:29:50 +02:00
2018-09-23 22:24:02 +00:00
2017-09-11 09:29:50 +02:00
2017-09-11 09:29:50 +02:00
2018-11-09 15:47:28 +01:00
2017-09-11 09:29:50 +02:00
2019-06-05 20:38:06 +02:00
2019-12-13 08:16:06 +01:00
2019-12-13 08:16:24 +01:00
2019-11-25 15:45:56 +01:00
2019-06-05 20:38:06 +02:00
2020-07-19 10:34:58 +02:00