initial checkin of TclCurl
This commit is contained in:
9
tests/encoding.tcl
Executable file
9
tests/encoding.tcl
Executable file
@ -0,0 +1,9 @@
|
||||
package require TclCurl
|
||||
|
||||
curl::transfer -url "http://127.0.0.1" -encoding deflated -verbose 1
|
||||
|
||||
curl::transfer -url "http://127.0.0.1" -encoding all -verbose 1
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user