Sample code for 30+ languages & platforms
Tcl

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Tcl Downloads

Tcl

load ./chilkat.dll

set rest [new_CkRest]

CkRest_AddHeader $rest "User-Agent" "MyApplication/1.0"

# ...
# ...
# ...

delete_CkRest $rest