Function sceHttpDeleteRequest
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sceHttpDeleteRequest(request_id: i32) -> i32
Expand description
Delete a http request.
§Parameters
request_id: ID of the request created by sceHttpCreateRequest or sceHttpCreateRequestWithURL
§Return Value
0 on success, < 0 on error.