Sample code for 30+ languages & platforms
Swift

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Swift Downloads

Swift

func chilkatTest() {
    let rest = CkoRest()!

    rest.addHeader(name: "User-Agent", value: "MyApplication/1.0")

    // ...
    // ...
    // ...

}