1 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 2 SPDX-License-Identifier: curl 3 Long: proxy-http2 4 Tags: Versions HTTP/2 5 Protocols: HTTP 6 Added: 8.1.0 7 Mutexed: 8 Requires: HTTP/2 9 See-also: proxy 10 Help: Use HTTP/2 with HTTPS proxy 11 Category: http proxy 12 Example: --proxy-http2 -x proxy $URL 13 Multi: boolean 14 --- 15 Tells curl to try negotiate HTTP version 2 with an HTTPS proxy. The proxy might 16 still only offer HTTP/1 and then curl sticks to using that version. 17 18 This has no effect for any other kinds of proxies. 19