Function ff_make_absolute_url

Source
pub unsafe extern "C" fn ff_make_absolute_url(
    buf: *mut c_char,
    size: c_int,
    base: *const c_char,
    rel: *const c_char,
)
Expand description

Convert a relative url into an absolute url, given a base url.

@param buf the buffer where output absolute url is written @param size the size of buf @param base the base url, may be equal to buf. @param rel the new url, which is interpreted relative to base