Sample code for 30+ languages & platforms
Unicode C++

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Unicode C++ Downloads

Unicode C++
#include <CkRestW.h>

void ChilkatSample(void)
    {
    CkRestW rest;

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

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