http0.9.md (578B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: http0.9 5 Tags: Versions 6 Protocols: HTTP 7 Help: Allow HTTP/0.9 responses 8 Category: http 9 Added: 7.64.0 10 Multi: boolean 11 See-also: 12 - http1.1 13 - http2 14 - http3 15 Example: 16 - --http0.9 $URL 17 --- 18 19 # `--http0.9` 20 21 Accept an HTTP version 0.9 response. 22 23 HTTP/0.9 is a response without headers and therefore you can also connect with 24 this to non-HTTP servers and still get a response since curl simply 25 transparently downgrades - if allowed. 26 27 HTTP/0.9 is disabled by default (added in 7.66.0)