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

v1.1.request.path.matches.json Maven / Gradle / Ivy

{
  "match": true,
  "comment": "Paths match",
  "expected" : {
    "method": "POST",
    "path": "/path/to/something",
    "query": "",
    "headers": {}

  },
  "actual": {
    "method": "POST",
    "path": "/path/to/something",
    "query": "",
    "headers": {}

  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy