]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - tests/writeHeader.tcl
Emtpy override for dh_auto_test, the reference all.tcl doesn't exist; Most of the...
[sven/tclcurl.git] / tests / writeHeader.tcl
1 package require TclCurl
2
3 curl::transfer -url 127.0.0.1 -header 1 -nobody 1 \
4         -writeheader header.txt
5
6
7
8
9