Skip to main content

sceHttpGetContentLength

Function sceHttpGetContentLength 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sceHttpGetContentLength( request_id: i32, content_length: *mut u64, ) -> i32
Expand description

Get http request response length.

§Parameters

  • request_id: ID of the request created by sceHttpCreateRequest or sceHttpCreateRequestWithURL
  • content_length: The size of the content

§Return Value

0 on success, < 0 on error.