Go
Go
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat Go Downloads
success := false
http := chilkat.NewHttp()
url := "https://example.com/folder/page?lang=en&sort=asc#section2"
fmt.Println(*http.GetUrlPath(url))
// Output:
// /folder/page
http.DisposeHttp()