Skip to content
Snippets Groups Projects
Commit 64543e09 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added -0/--http1.0

parent 58936eff
No related branches found
No related tags found
No related merge requests found
......@@ -644,6 +644,9 @@ Forces curl to use SSL version 3 when negotiating with a remote SSL server.
.IP "-2/--sslv2"
(HTTPS)
Forces curl to use SSL version 2 when negotiating with a remote SSL server.
.IP "-0/--http1.0"
(HTTP) Forces curl to issue its requests using HTTP 1.0 instead of using its
internally preferred: HTTP 1.1.
.IP "-#/--progress-bar"
Make curl display progress information as a progress bar instead of the
default statistics.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment