uri_get_short_path_name

@accepts(utf8)
@returns(utf8)
def uri_get_short_path_name(uri)

Returns the filename component of @uri, that is, everything after the final slash and before the start of the query string or fragment.

uri :

a URI

Returns :

filename component of @uri, must be freed by caller