[−][src]Function pspsdk_sys::sdk::sceHttpGetContentLength
pub unsafe extern "C" fn sceHttpGetContentLength(
requestid: c_int,
contentlength: *mut SceULong64
) -> c_int
Get http request response length.
@param requestid - ID of the request created by sceHttpCreateRequest or sceHttpCreateRequestWithURL @param contentlength - The size of the content @return 0 on success, < 0 on error.