{
  "match": true,
  "comment": "Extra headers allowed",
  "expected" : {
    "headers": {}
  },
  "actual": {
    "headers": {
      "Accept": "alligators"
    }
  }
}