Tcl
Tcl
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat Tcl Downloads
load ./chilkat.dll
set http [new_CkHttp]
set domain [CkHttp_getDomain $http "https://chilkatsoft.com/refdoc/csharp.asp"]
puts "$domain"
# Output: chilkatsoft.com
delete_CkHttp $http