CkPython
CkPython
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat CkPython Downloads
import chilkat
rest = chilkat.CkRest()
rest.AddHeader("User-Agent","MyApplication/1.0")
# ...
# ...
# ...