VBScript
VBScript
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat VBScript Downloads
set rest = CreateObject("Chilkat.Rest")
success = rest.AddHeader("User-Agent","MyApplication/1.0")
' ...
' ...
' ...