Sample code for 30+ languages & platforms
CkPython

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat CkPython Downloads

CkPython
import chilkat

rest = chilkat.CkRest()

rest.AddHeader("User-Agent","MyApplication/1.0")

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