Lines Matching +full:- +full:- +full:upgrade
4 [HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt)
8 -------------------
9 - nghttp2
10 - OpenSSL, NSS, GnutTLS or PolarSSL with a new enough version
13 -------------------------------
23 -------------------
26 include an upgrade header in the initial request to the host to allow
30 not possible to upgrade. Possibly we introduce an option that makes libcurl
34 --------------------
46 --------
52 - OpenSSL: ALPN and NPN
53 - NSS: ALPN and NPN
54 - GnuTLS: ALPN
55 - PolarSSL: ALPN
58 ------------
66 attempt to re-use existing HTTP/2 connections and just add a new stream over
79 ------------
85 ---------
87 curl offers the `--http2` command line option to enable use of HTTP/2
90 -------------------------
92 Alt-Svc is a suggested extension with a corresponding frame (ALTSVC) in HTTP/2
94 same origin server that you get the response from. A browser or long-living
98 automatically. [Spec](https://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-05)
101 ----
103 - Provide API to set priorities / dependencies of individual streams
105 - Implement "prior-knowledge" HTTP/2 connecitons over clear text so that
106 curl can connect with HTTP/2 at once without 1.1+Upgrade.