AddHeader
#include <CkRest.h> void ChilkatSample(void) { CkRest rest; rest.AddHeader("User-Agent","MyApplication/1.0"); // ... // ... // ... }