Sample code for 30+ languages & platforms
C++

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat C++ Downloads

C++
#include <CkRest.h>

void ChilkatSample(void)
    {
    CkRest rest;

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

    //  ...
    //  ...
    //  ...
    }