Sample code for 30+ languages & platforms
Rust

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Rust Downloads

Rust
let rest = chilkat::Rest::new();

let _ = rest.add_header("User-Agent", "MyApplication/1.0");

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