#[no_mangle]
pub extern "C" fn pactffi_sync_http_get_request_contents_length(
    interaction: *const SynchronousHttp
) -> size_t
Expand description

Get the length of the request contents of a SynchronousHttp interaction.

§Safety

This function is safe.

§Error Handling

If the interaction is NULL, returns 0. If the body of the request is missing, then this function also returns 0.