All Downloads are FREE. Search and download functionalities are using the official Maven repository.

v2.request.headers.matches.json Maven / Gradle / Ivy

{
  "match": true,
  "comment": "Headers match",
  "expected" : {
    "method": "POST",
    "path": "/path",
    "query": "",
    "headers": {
      "Accept": "alligators",
      "Content-Type": "hippos"
    }
  },
  "actual": {
    "method": "POST",
    "path": "/path",
    "query": "",
    "headers": {
      "Content-Type": "hippos",
      "Accept": "alligators"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy