Details
Description
When rest DSL defines following endpoint
rest().get("/test") .consumes("application/json,application/xml") .produces("application/json,application/xml")
requests with `content-type` header `application/json` or `application/xml` should be accepted. (works on camel-platform-htpp)