quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

proxy-http2.md (517B)


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