ove_http_request_ex

Function ove_http_request_ex 

Source
pub unsafe extern "C" fn ove_http_request_ex(
    client: ove_http_client_t,
    method: ove_http_method_t,
    url: *const c_char,
    ct: *const c_char,
    body: *const c_void,
    body_len: usize,
    headers: *const ove_http_header_t,
    header_count: usize,
    resp: *mut ove_http_response_t,
) -> i32