initial checkin of TclCurl
This commit is contained in:
12
tests/httpHeader.tcl
Executable file
12
tests/httpHeader.tcl
Executable file
@ -0,0 +1,12 @@
|
||||
package require TclCurl
|
||||
|
||||
curl::transfer -url "127.0.0.1" -verbose 1 -nobody 1 \
|
||||
-httpheader [list "hola: hello" "adios: goodbye"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user