quickjs-tart

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

proxy1.0.md (598B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: proxy1.0
      5 Arg: <host[:port]>
      6 Help: Use HTTP/1.0 proxy on given port
      7 Category: proxy
      8 Added: 7.19.4
      9 Multi: mutex
     10 See-also:
     11   - proxy
     12   - socks5
     13   - preproxy
     14 Example:
     15   - --proxy1.0 http://proxy $URL
     16 ---
     17 
     18 # `--proxy1.0`
     19 
     20 Use the specified HTTP 1.0 proxy. If the port number is not specified, it is
     21 assumed at port 1080.
     22 
     23 The only difference between this and the HTTP proxy option --proxy, is that
     24 attempts to use CONNECT through the proxy specifies an HTTP 1.0 protocol
     25 instead of the default HTTP 1.1.