Function psp::sys::sceHttpCreateConnectionWithURL

source ·
#[no_mangle]
pub unsafe extern "C" fn sceHttpCreateConnectionWithURL(
    templateid: i32,
    url: *const u8,
    unknown1: i32
) -> i32
Expand description

Create a http connection to a url.

§Parameters

  • templateid: ID of the template created by sceHttpCreateTemplate
  • url: url to connect to
  • unknown1: Pass 0

§Return Value

A connection ID on success, < 0 on error.