[][src]Function pact_mock_server_ffi::with_request

#[no_mangle]pub extern "C" fn with_request(
    interaction: InteractionHandle,
    method: *const c_char,
    path: *const c_char
)

Configures the request for the Interaction.

  • method - The request method. Defaults to GET.
  • path - The request path. Defaults to /.