Go
Go
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat Go Downloads
rest := chilkat.NewRest()
rest.AddHeader("User-Agent","MyApplication/1.0")
// ...
// ...
// ...
rest.DisposeRest()