[ https://issues.apache.org/activemq/browse/CAMEL-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Willem Jiang reassigned CAMEL-479: ---------------------------------- Assignee: Willem Jiang > Http Component needs to be able to make Http calls including > POST/PUT/INFO/DELETE/GET to support REST endpoints. > ---------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-479 > URL: https://issues.apache.org/activemq/browse/CAMEL-479 > Project: Apache Camel > Issue Type: Improvement > Components: camel-http > Affects Versions: 1.3.0 > Reporter: Justin Spears > Assignee: Willem Jiang > Priority: Minor > Attachments: camel-http-1.3.0.patch > > > This patch allows for POST/PUT/INFO/DELETE/GET to be specified via a header > setHeader(HttpMethods.HTTP_METHOD, HttpMethods.PUT) . > It also fixes an issue with the original headers being lost when routing > through an http exchange. > It also fixes an issue of asynchronously handled http request by forcing the > inputstream to be read and closed. This last bit might be wrong for some > (in the cases of sending very large files reading them into memory could be > an issue) . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.