Skip to main content

sceHttpCreateConnectionWithURL

Function sceHttpCreateConnectionWithURL 

Source
pub unsafe extern "C" fn sceHttpCreateConnectionWithURL(
    templateid: c_int,
    url: *const c_char,
    unknown1: c_int,
) -> c_int
Expand description

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.