mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
68784d73c3
The file format for each option now features a "Example:" header that can provide one or more examples that get rendered appropriately in the output. All options MUST have at least one example or gen.pl complains at build-time. This fix also does a few other minor format and consistency cleanups. Closes #7654
14 lines
413 B
Makefile
14 lines
413 B
Makefile
Long: no-alpn
|
|
Tags: HTTP/2
|
|
Protocols: HTTPS
|
|
Added: 7.36.0
|
|
See-also: no-npn http2
|
|
Requires: TLS
|
|
Help: Disable the ALPN TLS extension
|
|
Category: tls http
|
|
Example: --no-alpn $URL
|
|
---
|
|
Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
|
|
with an SSL library that supports ALPN. ALPN is used by a libcurl that supports
|
|
HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|