You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/11/07 15:44:40 UTC

svn commit: r1539667 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Thu Nov  7 14:44:39 2013
New Revision: 1539667

URL: http://svn.apache.org/r1539667
Log:
Bug 55756 - HTTP Mirror Server : Add ability to set Headers
Document
Bugzilla Id: 55756

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1539667&r1=1539666&r2=1539667&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Nov  7 14:44:39 2013
@@ -6120,6 +6120,9 @@ Note that you can get more control on re
         <property name="X-SetCookie" required="No">Cookies to be set on response</property>
         <property name="X-ResponseStatus" required="No">Response status, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP Status responses</a>, example 200 OK, 500 Internal Server Error ....</property>
         <property name="X-ResponseLength" required="No">Size of response, this enable returning only a substring of Request content</property>
+        <property name="X-SetHeaders" required="No">Pipe separator list of headers, example:<br/> 
+        <code>headerA=valueA|headerB=valueB</code> would set headerA to valueA and headerB to valueB.        
+        </property>
 </properties>
 
 </note>