Function pact_ffi::models::http_interaction::pactffi_sync_http_new

source ·
#[no_mangle]
pub extern "C" fn pactffi_sync_http_new() -> *mut SynchronousHttp
Expand description

Get a mutable pointer to a newly-created default interaction on the heap.

§Safety

This function is safe.

§Error Handling

Returns NULL on error.