mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
4578ada4a0
- "an HTTP*" (not "a") - remove a few contractions - remove a spurious "a" - reduce use of "I" in texts Closes #11040
19 lines
515 B
Makefile
19 lines
515 B
Makefile
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 will stick to using that version.
|
|
|
|
This has no effect for any other kinds of proxies.
|