Rust
Rust
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat Rust Downloads
let http = chilkat::Http::new();
let domain = http.get_domain("https://chilkatsoft.com/refdoc/csharp.asp").unwrap_or_default();
println!("{}", domain);
// Output: chilkatsoft.com