xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
2 | SPDX-License-Identifier: curl | ||||
3 | Short: 0 | ||||
4 | Long: http1.0 | ||||
5 | Tags: Versions | ||||
6 | Protocols: HTTP | ||||
7 | Added: 7.9.1 | ||||
8 | Mutexed: http1.1 http2 http2-prior-knowledge http3 | ||||
9 | Help: Use HTTP 1.0 | ||||
10 | Category: http | ||||
11 | Example: --http1.0 $URL | ||||
12 | See-also: http0.9 http1.1 | ||||
13 | Multi: mutex | ||||
14 | --- | ||||
15 | Tells curl to use HTTP version 1.0 instead of using its internally preferred | ||||
16 | HTTP version. |