[][src]Function transmission_sys::tr_sessionSetRPCUrl

pub unsafe extern "C" fn tr_sessionSetRPCUrl(
    session: *mut tr_session,
    url: *const c_char
)

@brief Specify which base URL to use.

@param session the session to set @param url the base url to use. The RPC API is accessible under /rpc, the web interface under * /web.

@see tr_sessionGetRPCUrl