curl/include/curl
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
..
.gitignore includes: remove curl/curlbuild.h and curl/curlrules.h 2017-06-14 11:07:33 +02:00
curl.h options: API for meta-data about easy options 2020-08-27 14:17:36 +02:00
curlver.h RELEASE-NOTES: synced 2020-08-24 17:02:16 +02:00
easy.h setopt: support certificate options in memory with struct curl_blob 2020-05-15 13:03:59 +02:00
Makefile.am options: API for meta-data about easy options 2020-08-27 14:17:36 +02:00
mprintf.h defines: avoid underscore-prefixed defines 2019-08-23 11:47:57 +02:00
multi.h CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream 2020-07-16 00:24:29 +02:00
options.h options: API for meta-data about easy options 2020-08-27 14:17:36 +02:00
stdcheaders.h defines: avoid underscore-prefixed defines 2019-08-23 11:47:57 +02:00
system.h system.h: fix for MCST lcc compiler 2019-11-09 14:42:13 -05:00
typecheck-gcc.h typecheck-gcc.h: CURLINFO_PRIVATE does not need a 'char *' 2020-05-21 00:05:42 +02:00
urlapi.h urlapi: CURLU_NO_AUTHORITY allows empty authority/host part 2019-09-19 15:57:28 +02:00