pub unsafe extern "C" fn http_request__request(
method: u32,
url_ptr: *const u8,
url_len: u32,
body_ptr: *const u8,
body_len: u32,
__ark_ffi_output: *mut RequestHandle,
) -> ErrorCodeExpand description
Issue HTTP async request and returns handle.