]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - httpVersion.tcl
963a2baca8be589cf37c960943fe8c604a06767d
[sven/tclcurl.git] / httpVersion.tcl
1 package require TclCurl
2
3 curl::transfer -url "127.0.0.1" -httpversion none -verbose 1 -nobody 1
4
5 curl::transfer -url "127.0.0.1" -httpversion 1.0  -verbose 1 -nobody 1
6
7 curl::transfer -url "127.0.0.1" -httpversion 1.1  -verbose 1 -nobody 1
8
9
10
11
12
13