Name
url:GetPath -- get path part of URL (V2.0)
Synopsis
path$ = url:GetPath([flags])
Function
Gets the path from the specified URL object. The part will be '/' even if no path is supplied in the URL. A URL path always starts with a slash.

The optional flags parameter can be a combination of flags as described in the documentation of the hurl.URL() function. See hurl.URL for details.

Inputs
flags
optional: combination of flags
Results
path$
path part of URL

Show TOC