blob: 58dec5577d41c5b93549afdcaa94b74518182e50 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: http0.9
4Tags: Versions
5Protocols: HTTP
6Help: Allow HTTP 0.9 responses
7Category: http
8Example: --http0.9 $URL
9Added: 7.64.0
10See-also: http1.1 http2 http3
11Multi: boolean
12---
13Tells curl to be fine with HTTP version 0.9 response.
14
15HTTP/0.9 is a completely headerless response and therefore you can also
16connect with this to non-HTTP servers and still get a response since curl will
17simply transparently downgrade - if allowed.
18
19Since curl 7.66.0, HTTP/0.9 is disabled by default.