[][src]Function pact_mock_server_ffi::with_multipart_file

#[no_mangle]pub extern "C" fn with_multipart_file(
    interaction: InteractionHandle,
    part: InteractionPart,
    content_type: *const c_char,
    file: *const c_char,
    part_name: *const c_char
) -> StringResult

Adds a binary file as the body as a MIME multipart with the expected content type and example contents. Will use a mime type matcher to match the body.

  • interaction - Interaction handle to set the body for.
  • part - Request or response part.
  • content_type - Expected content type of the file.
  • file - path to the example file
  • part_name - name for the mime part