Function
RBuri_append_uri
Declaration [src]
char*
rb_uri_append_uri (
const char* uri,
const char* fragment
)
Description [src]
Creates a new URI consisting of fragment
appended to uri
.
Generally isn’t a good idea.
char*
rb_uri_append_uri (
const char* uri,
const char* fragment
)
Creates a new URI consisting of fragment
appended to uri
.
Generally isn’t a good idea.