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" : [ {
    "description" : "test interaction with a binary body",
    "request" : {
      "method" : "GET",
      "path" : "/"
    },
    "response" : {
      "status" : 200,
      "headers" : {
        "Content-Type" : "image/gif"
      },
      "body" : "R0lGODdhAQABAIAAAP///////ywAAAAAAQABAAACAkQBADs="
    }
  } ],
  "metadata" : {
    "pactSpecification" : {
      "version" : "2.0.0"
    }
  }
}