mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:17:16 +03:00
HTTP2.md: HTTP/2 by default for curl's HTTPS connections
This commit is contained in:
parent
46bf7ff78d
commit
f0a6929553
1 changed files with 3 additions and 1 deletions
|
|
@ -86,7 +86,9 @@ in HTTP 1.1 style. This allows applications to work unmodified.
|
|||
curl tool
|
||||
---------
|
||||
|
||||
curl offers the `--http2` command line option to enable use of HTTP/2
|
||||
curl offers the `--http2` command line option to enable use of HTTP/2.
|
||||
|
||||
Since 7.47.0, the curl tool enables HTTP/2 by default for HTTPS connections.
|
||||
|
||||
HTTP Alternative Services
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue