2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2016-11-14 06:40:12 +08:00
|
|
|
Short: 0
|
|
|
|
Long: http1.0
|
|
|
|
Tags: Versions
|
|
|
|
Protocols: HTTP
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 7.9.1
|
2022-01-10 04:34:19 +08:00
|
|
|
Mutexed: http1.1 http2 http2-prior-knowledge http3
|
2016-11-15 16:08:50 +08:00
|
|
|
Help: Use HTTP 1.0
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: http
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --http1.0 $URL
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: http0.9 http1.1
|
2016-11-14 06:40:12 +08:00
|
|
|
---
|
|
|
|
Tells curl to use HTTP version 1.0 instead of using its internally preferred
|
|
|
|
HTTP version.
|