proxy-http2.d 515 B

123456789101112131415161718
  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 will stick to using that version.
  17. This has no effect for any other kinds of proxies.