pact-foundation / pact-reference

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

feat: allow non deafult json content-type #235

Closed leonasa closed 1 year ago

leonasa commented 1 year ago

When using any other type than application/json in pactffi_with_body the match does not work #234

rholshausen commented 1 year ago

Thanks for the PR!

mefellows commented 1 year ago

Would this change help with #224?

leonasa commented 1 year ago

@mefellows it is definitely the same thing. And it will help your case.

mefellows commented 1 year ago

Awesome - thank you!