pact_matching 2.0.3

Pact-Rust support library that implements request and response matching logic
Documentation
{
  "provider" : {
    "name" : "test_provider"
  },
  "consumer" : {
    "name" : "test_consumer"
  },
  "interactions" : [ {
    "providerState" : "test state",
    "description" : "test interaction",
    "request" : {
      "method" : "GET",
      "path" : "/",
      "headers" : {
        "testreqheader" : "testreqheadervalue"
      },
      "query" : "q=p&q=p2&r=s",
      "body" : {
        "test" : true
      }
    },
    "response" : {
      "status" : 200,
      "headers" : {
        "testreqheader" : "testreqheaderval"
      },
      "body" : {
        "responsetest" : true
      }
    }
  } ],
  "metadata" : {
    "pact-specification" : {
      "version" : null
    },
    "pact-jvm" : {
      "version" : ""
    }
  }
}