Objective-C
Example: Rest.AddHeader method
Demonstrates the
AddHeader method.
Chilkat Objective-C Downloads
Objective-C
#import <CkoRest.h>
CkoRest *rest = [[CkoRest alloc] init];
[rest AddHeader: @"User-Agent" value: @"MyApplication/1.0"];
// ...
// ...
// ...