Sample code for 30+ languages & platforms
CkPython

Example: Http.GetDomain method

Demonstrates the GetDomain method.

Chilkat CkPython Downloads

CkPython
import chilkat

http = chilkat.CkHttp()

domain = http.getDomain("https://chilkatsoft.com/refdoc/csharp.asp")
print(domain)

# Output: chilkatsoft.com