mirror of
https://github.com/curl/curl.git
synced 2026-04-20 06:31:13 +03:00
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
31 lines
343 B
Text
31 lines
343 B
Text
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl_easy_option
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
verify that curl_easy_setopt() rejects too long string inputs
|
|
</name>
|
|
<tool>
|
|
lib1911
|
|
</tool>
|
|
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
</verify>
|
|
</testcase>
|