... and some other minor polish.
Closes #12496
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: aws-sigv4
+Protocols: HTTP
Arg: <provider1[:provider2[:region[:service]]]>
Help: Use AWS V4 signature authentication
Category: auth http
SPDX-License-Identifier: curl
Long: disallow-username-in-url
Help: Disallow username in URL
-Protocols: HTTP
Added: 7.61.0
See-also: proto
-Category: curl http
+Category: curl
Example: --disallow-username-in-url $URL
Multi: boolean
---
Long: dns-servers
Arg: <addresses>
Help: DNS server addrs to use
+Protocols: DNS
Requires: c-ares
Added: 7.33.0
Category: dns
Long: get
Short: G
Help: Put the post data in the URL and use GET
+Protocols: HTTP
Category: http upload
Example: --get $URL
Example: --get -d "tool=curl" -d "age=old" $URL
Category: http
Example: --http3-only $URL
Multi: mutex
-Experimental: yes
---
Instructs curl to use HTTP/3 to the host in the URL, with no fallback to
earlier HTTP versions. HTTP/3 can only be used for HTTPS and not for HTTP
Category: http
Example: --http3 $URL
Multi: mutex
-Experimental: yes
---
Tells curl to try HTTP/3 to the host in the URL, but fallback to earlier
HTTP versions if the HTTP/3 connection establishment fails. HTTP/3 is only
Short: i
Help: Include protocol response headers in the output
See-also: verbose
+Protocols: HTTP FTP
Category: important verbose
Example: -i $URL
Added: 4.8
Multi: boolean
---
-Include the HTTP response headers in the output. The HTTP response headers can
-include things like server name, cookies, date of the document, HTTP version
-and more...
+Include response headers in the output. HTTP response headers can include
+things like server name, cookies, date of the document, HTTP version and
+more... With non-HTTP protocols, the "headers" are other server communication.
To view the request headers, consider the --verbose option.
Long: ipfs-gateway
Arg: <URL>
Help: Gateway for IPFS
+Protocols: IPFS
Added: 8.4.0
See-also: help manual
Category: ipfs
SPDX-License-Identifier: curl
Long: ssl-allow-beast
Help: Allow security flaw to improve interop
+Protocols: TLS
Added: 7.25.0
Category: tls
Example: --ssl-allow-beast $URL
Added: 7.77.0
See-also: proxy-ssl-auto-client-cert
Category: tls
+Protocols: TLS
Example: --ssl-auto-client-cert $URL
Multi: boolean
---
Long: ssl-no-revoke
Help: Disable cert revocation checks (Schannel)
Added: 7.44.0
+Protocols: TLS
Category: tls
Example: --ssl-no-revoke $URL
See-also: crlfile
Long: ssl-revoke-best-effort
Help: Ignore missing/offline cert CRL dist points (Schannel)
Added: 7.70.0
+Protocols: TLS
Category: tls
Example: --ssl-revoke-best-effort $URL
See-also: crlfile insecure
Long: tlsauthtype
Arg: <type>
Help: TLS authentication type
+Protocols: TLS
Added: 7.21.4
Category: tls auth
Example: --tlsauthtype SRP $URL
Arg: <string>
Help: TLS password
Added: 7.21.4
+Protocols: TLS
Category: tls auth
Example: --tlspassword pwd --tlsuser user $URL
See-also: tlsuser
Arg: <name>
Help: TLS user name
Added: 7.21.4
+Protocols: TLS
Category: tls auth
Example: --tlspassword pwd --tlsuser user $URL
See-also: tlspassword