[ 
https://issues.apache.org/activemq/browse/CAMEL-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42462#action_42462
 ] 

Claus Ibsen commented on CAMEL-479:
-----------------------------------

Not to be the rude person always asking for documentation. But never the less 
should there be any updates to the HTTP component documentation on the wiki for 
this new patch?

Justin, or others if you are up for it please feel free to contribute the 
needed documentation as well. It is even possible to add special snippet marker 
tags in java unit test code to let it be populate on the documentation page.

> 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.

Reply via email to