Function Request-Uri-Path

Part of:

package weblocks
( request-uri-path )
Returns the path component of the request URI. The path component
does not include the domain name, and any query string parameters.
Ex (when URI is http://blah.com/foo/bar?x=1&y=2):
(request-uri-path)
=> “/foo/bar”