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