pub unsafe extern "C" fn sceHttpGetStatusCode(
requestid: c_int,
statuscode: *mut c_int,
) -> c_intExpand description
Get http request status code.
@param requestid - ID of the request created by sceHttpCreateRequest or sceHttpCreateRequestWithURL @param statuscode - The status code from the host (200 is ok, 404 is not found etc) @return 0 on success, < 0 on error.