Go
Go
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat Go Downloads
http := chilkat.NewHttp()
domain := http.GetDomain("https://chilkatsoft.com/refdoc/csharp.asp")
fmt.Println(*domain)
// Output: chilkatsoft.com
http.DisposeHttp()