browser/external/curl-8.3.0/docs/cmdline-opts/proxy-http2.d

19 lines
511 B
D
Raw Permalink Normal View History

2023-09-27 13:43:06 -04:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-http2
Tags: Versions HTTP/2
Protocols: HTTP
Added: 8.1.0
Mutexed:
Requires: HTTP/2
See-also: proxy
Help: Use HTTP/2 with HTTPS proxy
Category: http proxy
Example: --proxy-http2 -x proxy $URL
Multi: boolean
---
Tells curl to try negotiate HTTP version 2 with an HTTPS proxy. The proxy might
still only offer HTTP/1 and then curl sticks to using that version.
This has no effect for any other kinds of proxies.