[−][src]Function pspsdk_sys::sdk::sceHttpCreateConnectionWithURL
pub unsafe extern "C" fn sceHttpCreateConnectionWithURL(
templateid: c_int,
url: *const c_char,
unknown1: c_int
) -> c_int
Create a http connection to a url.
@param templateid - ID of the template created by sceHttpCreateTemplate @param url - url to connect to @param unknown1 - Pass 0 @return A connection ID on success, < 0 on error.