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
15 lines
425 B
Makefile
15 lines
425 B
Makefile
Long: no-npn
|
|
Tags: Versions HTTP/2
|
|
Protocols: HTTPS
|
|
Added: 7.36.0
|
|
Mutexed:
|
|
See-also: no-alpn http2
|
|
Requires: TLS
|
|
Help: Disable the NPN TLS extension
|
|
Category: tls http
|
|
Example: --no-npn $URL
|
|
---
|
|
Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
|
|
with an SSL library that supports NPN. NPN is used by a libcurl that supports
|
|
HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|