pact-foundation / pact-reference

Reference implementations for the pact specifications
https://pact.io
MIT License
91 stars 46 forks source link

Feat/custom headers #183

Closed uglyog closed 2 years ago

uglyog commented 2 years ago

This adds a new function to set custom headers:

pactffi_verifier_add_custom_header(
      handle: *mut handle::VerifierHandle,
      header_name: *const c_char,
      header_value: *const c_char
    )

Resolves #182

mefellows commented 2 years ago

Awesome, Thanks Ron. Signature looks good, I'll take a look at implementation tomorrow