Sample code for 30+ languages & platforms
AutoIt

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat AutoIt Downloads

AutoIt
$oRest = ObjCreate("Chilkat.Rest")

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

; ...
; ...
; ...