CkPython
CkPython
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat CkPython Downloads
import chilkat
success = False
http = chilkat.CkHttp()
url = "https://example.com/folder/page?lang=en&sort=asc#section2"
print(http.getUrlPath(url))
# Output:
# /folder/page