Swift
Swift
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat Swift Downloads
func chilkatTest() {
let rest = CkoRest()!
rest.addHeader(name: "User-Agent", value: "MyApplication/1.0")
// ...
// ...
// ...
}