Url-Path

(url-path url or http-url) -> string

Returns the path of the given <url> or <http-url> as a string. This may be an empty string ("").

Example:

>> testurl
:: [http-url #f "www.google.com" 80 ("search") [dict ("client" . "firefox-a") ("ie" . "utf-8") ("oe" . "utf-8") ("q" . "MOSREF Ephemeral Security") ("rls" . "org.mozilla:en-US:official") ("start" . "0")] #f]
>> (url-path testurl)
:: "/search"