Claus Ibsen created CAMEL-17035:
-----------------------------------
Summary: camel-core - Rest DSL - Allow to set response message
quickly
Key: CAMEL-17035
URL: https://issues.apache.org/jira/browse/CAMEL-17035
Project: Camel
Issue Type: Improvement
Components: camel-core, rest
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.13.0
So when you have to do today
responseMessage().code(400).message("does not work").endResponseMessage()
You should be able to do
responseMessage(400, "does not work")
--
This message was sent by Atlassian Jira
(v8.3.4#803005)