You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/10/01 20:18:42 UTC

svn commit: r880714 - in /websites/production/camel/content: cache/main.pageCache http4.html

Author: buildbot
Date: Tue Oct  1 18:18:41 2013
New Revision: 880714

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/http4.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/http4.html
==============================================================================
--- websites/production/camel/content/http4.html (original)
+++ websites/production/camel/content/http4.html Tue Oct  1 18:18:41 2013
@@ -246,7 +246,9 @@ from("direct:start")
 </div></div>
 
 
-<h3><a shape="rect" name="HTTP4-Howtosetthehttpmethod%28GET%2FPOST%2FPUT%2FDELETE%2FHEAD%2FOPTIONS%2FTRACE%29totheHTTPproducer"></a>How to set the http method (GET/POST/PUT/DELETE/HEAD/OPTIONS/TRACE) to the HTTP producer</h3>
+<h3><a shape="rect" name="HTTP4-Howtosetthehttpmethod%28GET%2FPATCH%2FPOST%2FPUT%2FDELETE%2FHEAD%2FOPTIONS%2FTRACE%29totheHTTPproducer"></a>How to set the http method (GET/PATCH/POST/PUT/DELETE/HEAD/OPTIONS/TRACE) to the HTTP producer</h3>
+
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Using the http PATCH method</b><br clear="none">The http PATCH method is supported starting with Camel 2.11.3 / 2.12.1.</td></tr></table></div>
 
 <p>The HTTP4 component provides a way to set the HTTP request method by setting the message header. Here is an example:</p>