summaryrefslogtreecommitdiff
path: root/docs/CURL-DISABLE.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-26 08:30:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-26 08:32:51 +0200
commit23ee05aca4856045417ec925370909fdc9c5a096 (patch)
treee8cf42cbf26eeb1809a764ab5fa33482d487f20d /docs/CURL-DISABLE.md
parent259a81555d4081952f6b7e30b5fa86fff356869b (diff)
downloadcurl-23ee05aca4856045417ec925370909fdc9c5a096.tar.gz
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
Diffstat (limited to 'docs/CURL-DISABLE.md')
0 files changed, 0 insertions, 0 deletions