Tcl
Tcl
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat Tcl Downloads
load ./chilkat.dll
set rest [new_CkRest]
CkRest_AddHeader $rest "User-Agent" "MyApplication/1.0"
# ...
# ...
# ...
delete_CkRest $rest