diff options
Diffstat (limited to 'docs/CURL-DISABLE.md')
-rw-r--r-- | docs/CURL-DISABLE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md index 2dd250c7f..f90acda2c 100644 --- a/docs/CURL-DISABLE.md +++ b/docs/CURL-DISABLE.md @@ -24,6 +24,11 @@ Disable the FILE protocol Disable the FTP (and FTPS) protocol +## CURL_DISABLE_GETOPTIONS + +Disable the `curl_easy_options` API calls that lets users get information +about existing options to `curl_easy_setopt`. + ## CURL_DISABLE_GOPHER Disable the GOPHER protocol. |