pact-foundation / pact-reference

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

Fix/ffi multiple query params #207

Closed rholshausen closed 2 years ago

rholshausen commented 2 years ago

Added two new functions for setting up query parameters and headers. Supports JSON values with multiple values.

I.e.,

{
  "value": ["1", "2"], 
  "pact:matcher:type": "type", 
  "min": 1
}