pact_verifier 1.3.4

Pact-Rust support library that implements provider verification functions
Documentation
{
  "provider" : {
    "name" : "Alice Service"
  },
  "consumer" : {
    "name" : "Consumer"
  },
  "interactions" : [ {
    "_id": "pact-two",
    "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" : "2.0.0"
    },
    "pact-jvm" : {
      "version" : ""
    }
  },
  "_links": {
    "pb:publish-verification-results": {
      "href": "/pact-two/results",
      "title": "pact two results",
      "templated": false
    }
  }
}