]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - tests/httpHeader.tcl
Add d/pattches/bts719441.patch - thanks to Christian Werner! (Closes: #719441.patch)
[sven/tclcurl.git] / tests / httpHeader.tcl
1 package require TclCurl
2
3 curl::transfer -url "127.0.0.1" -verbose 1 -nobody 1 \
4         -httpheader [list "hola: hello" "adios: goodbye"]
5
6
7
8
9
10
11
12