uri_append_uri

@accepts(utf8, utf8)
@returns(utf8)
def uri_append_uri(uri, fragment)

Creates a new URI consisting of @fragment appended to @uri. Generally isn't a good idea.

uri :

the URI to append to

fragment :

the URI fragment to append

Returns :

new URI, must be freed by caller