Uri.joinStrings

This is a convenience function to join two URI strings and return the result. The returned string should be g_free()'d after use.

class Uri
static
string
joinStrings
(
string baseUri
,
string refUri
)

Parameters

baseUri string

The percent-encoded base URI.

refUri string

The percent-encoded reference URI to join to the @base_uri.

Return Value

Type: string

A string representing the percent-encoded join of the two URIs.

Meta