uri_append_path

@accepts(utf8, utf8)
@returns(utf8)
def uri_append_path(uri, path)

Creates a new URI consisting of @path appended to @uri.

uri :

the URI to append to

path :

the path fragment to append

Returns :

new URI, must be freed by caller