You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2015/07/22 12:30:04 UTC

[jira] [Created] (CAMEL-8996) Add support for Exchange.HTTP_QUERY

Thomas Diesler created CAMEL-8996:
-------------------------------------

             Summary: Add support for Exchange.HTTP_QUERY
                 Key: CAMEL-8996
                 URL: https://issues.apache.org/jira/browse/CAMEL-8996
             Project: Camel
          Issue Type: New Feature
            Reporter: Thomas Diesler


Component camel-undertow

Add support for 

{code}
            ProducerTemplate producer = camelctx.createProducerTemplate();
            String result = producer.requestBodyAndHeader("direct:start", null, Exchange.HTTP_QUERY, "name=Kermit", String.class);
            Assert.assertEquals("Hello Kermit", result);
{code}

and possibly other headers. This works for camel-http4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)