docs: spellfixes

Pointed by the new CI job
This commit is contained in:
Daniel Stenberg 2022-09-20 23:30:19 +02:00
parent 72c41f7c8b
commit fd1ce3d4b0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
188 changed files with 1203 additions and 1208 deletions

View file

@ -1,140 +1,140 @@
# Code defines to disable features and protocols
## CURL_DISABLE_ALTSVC
## `CURL_DISABLE_ALTSVC`
Disable support for Alt-Svc: HTTP headers.
## CURL_DISABLE_COOKIES
## `CURL_DISABLE_COOKIES`
Disable support for HTTP cookies.
## CURL_DISABLE_CRYPTO_AUTH
## `CURL_DISABLE_CRYPTO_AUTH`
Disable support for authentication methods using crypto.
## CURL_DISABLE_DICT
## `CURL_DISABLE_DICT`
Disable the DICT protocol
## CURL_DISABLE_DOH
## `CURL_DISABLE_DOH`
Disable DNS-over-HTTPS
## CURL_DISABLE_FILE
## `CURL_DISABLE_FILE`
Disable the FILE protocol
## CURL_DISABLE_FTP
## `CURL_DISABLE_FTP`
Disable the FTP (and FTPS) protocol
## CURL_DISABLE_GETOPTIONS
## `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
## `CURL_DISABLE_GOPHER`
Disable the GOPHER protocol.
## CURL_DISABLE_HEADERS_API
## `CURL_DISABLE_HEADERS_API`
Disable the HTTP header API.
## CURL_DISABLE_HSTS
## `CURL_DISABLE_HSTS`
Disable the HTTP Strict Transport Security support.
## CURL_DISABLE_HTTP
## `CURL_DISABLE_HTTP`
Disable the HTTP(S) protocols. Note that this then also disable HTTP proxy
support.
## CURL_DISABLE_HTTP_AUTH
## `CURL_DISABLE_HTTP_AUTH`
Disable support for all HTTP authentication methods.
## CURL_DISABLE_IMAP
## `CURL_DISABLE_IMAP`
Disable the IMAP(S) protocols.
## CURL_DISABLE_LDAP
## `CURL_DISABLE_LDAP`
Disable the LDAP(S) protocols.
## CURL_DISABLE_LDAPS
## `CURL_DISABLE_LDAPS`
Disable the LDAPS protocol.
## CURL_DISABLE_LIBCURL_OPTION
## `CURL_DISABLE_LIBCURL_OPTION`
Disable the --libcurl option from the curl tool.
## CURL_DISABLE_MIME
## `CURL_DISABLE_MIME`
Disable MIME support.
## CURL_DISABLE_MQTT
## `CURL_DISABLE_MQTT`
Disable MQTT support.
## CURL_DISABLE_NETRC
## `CURL_DISABLE_NETRC`
Disable the netrc parser.
## CURL_DISABLE_NTLM
## `CURL_DISABLE_NTLM`
Disable support for NTLM.
## CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG
## `CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG`
Disable the auto load config support in the OpenSSL backend.
## CURL_DISABLE_PARSEDATE
## `CURL_DISABLE_PARSEDATE`
Disable date parsing
## CURL_DISABLE_POP3
## `CURL_DISABLE_POP3`
Disable the POP3 protocol
## CURL_DISABLE_PROGRESS_METER
## `CURL_DISABLE_PROGRESS_METER`
Disable the built-in progress meter
## CURL_DISABLE_PROXY
## `CURL_DISABLE_PROXY`
Disable support for proxies
## CURL_DISABLE_RTSP
## `CURL_DISABLE_RTSP`
Disable the RTSP protocol.
## CURL_DISABLE_SHUFFLE_DNS
## `CURL_DISABLE_SHUFFLE_DNS`
Disable the shuffle DNS feature
## CURL_DISABLE_SMB
## `CURL_DISABLE_SMB`
Disable the SMB(S) protocols
## CURL_DISABLE_SMTP
## `CURL_DISABLE_SMTP`
Disable the SMTP(S) protocols
## CURL_DISABLE_SOCKETPAIR
## `CURL_DISABLE_SOCKETPAIR`
Disable the use of socketpair internally to allow waking up and canceling
curl_multi_poll().
Disable the use of `socketpair()` internally to allow waking up and canceling
`curl_multi_poll()`.
## CURL_DISABLE_TELNET
## `CURL_DISABLE_TELNET`
Disable the TELNET protocol
## CURL_DISABLE_TFTP
## `CURL_DISABLE_TFTP`
Disable the TFTP protocol
## CURL_DISABLE_VERBOSE_STRINGS
## `CURL_DISABLE_VERBOSE_STRINGS`
Disable verbose strings and error messages.