You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2008/06/05 11:09:00 UTC

[jira] Closed: (CAMEL-479) Http Component needs to be able to make Http calls including POST/PUT/INFO/DELETE/GET to support REST endpoints.

     [ https://issues.apache.org/activemq/browse/CAMEL-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang closed CAMEL-479.
------------------------------


> 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
>             Fix For: 1.4.0
>
>         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.