Sample code for 30+ languages & platforms
Visual FoxPro

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Visual FoxPro Downloads

Visual FoxPro
LOCAL loRest

loRest = CreateObject('Chilkat.Rest')

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

* ...
* ...
* ...

RELEASE loRest