Sample code for 30+ languages & platforms
Go

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Go Downloads

Go
    rest := chilkat.NewRest()

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

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

    rest.DisposeRest()