{ "match": true, "comment": "Headers match with regexp", "expected" : { "method": "POST", "path": "/path", "headers": { "Accept": "alligators", "Content-Type": "hippos" }, "matchingRules": { "header": { "Accept": { "matchers": [ { "match": "regex", "regex": "\\w+" } ] } } } }, "actual": { "method": "POST", "path": "/path", "headers": { "Content-Type": "hippos", "Accept": "crocodiles" } } }