url-path-and-query

url-path-and-query is a compiled Lisp function in `url-parse.el'.

(url-path-and-query URLOBJ)

Return the path and query components of URLOBJ.
These two components are stored together in the FILENAME slot of
the object. The return value of this function is (PATH . QUERY),
where each of PATH and QUERY are strings or nil.