{ "match": false, "comment": "Comma separated headers out of order, order can matter http://tools.ietf.org/html/rfc2616", "expected" : { "headers": { "Accept": "alligators, hippos" } }, "actual": { "headers": { "Accept": "hippos, alligators" } } }