Sample code for 30+ languages & platforms
Node.js

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Node.js Downloads

Node.js
NODEJS_PRELUDE

function chilkatExample() {

    var rest = new chilkat.Rest();

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

    //  ...
    //  ...
    //  ...

}

chilkatExample();