Function OSSL_HTTP_transfer

Source
pub unsafe extern "C" fn OSSL_HTTP_transfer(
    prctx: *mut *mut ossl_http_req_ctx_st,
    server: *const i8,
    port: *const i8,
    path: *const i8,
    use_ssl: i32,
    proxy: *const i8,
    no_proxy: *const i8,
    bio: *mut bio_st,
    rbio: *mut bio_st,
    bio_update_fn: Option<unsafe extern "C" fn(_: *mut bio_st, _: *mut c_void, _: i32, _: i32) -> *mut bio_st>,
    arg: *mut c_void,
    buf_size: i32,
    headers: *const stack_st_CONF_VALUE,
    content_type: *const i8,
    req: *mut bio_st,
    expected_content_type: *const i8,
    expect_asn1: i32,
    max_resp_len: usize,
    timeout: i32,
    keep_alive: i32,
) -> *mut bio_st