http0.9.d 430 B

123456789101112131415
  1. Long: http0.9
  2. Tags: Versions
  3. Protocols: HTTP
  4. Added:
  5. Help: Allow HTTP 0.9 responses
  6. Category: http
  7. Example: --http0.9 $URL
  8. ---
  9. Tells curl to be fine with HTTP version 0.9 response.
  10. HTTP/0.9 is a completely headerless response and therefore you can also
  11. connect with this to non-HTTP servers and still get a response since curl will
  12. simply transparently downgrade - if allowed.
  13. Since curl 7.66.0, HTTP/0.9 is disabled by default.