You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/12/03 17:02:51 UTC

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

Author: sebb
Date: Mon Dec  3 08:02:50 2007
New Revision: 600578

URL: http://svn.apache.org/viewvc?rev=600578&view=rev
Log:
Document content-type_text property

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

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=600578&r1=600577&r2=600578&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Dec  3 08:02:50 2007
@@ -1780,8 +1780,29 @@
 It does not show any headers (such as Host) that may be added by the HTTP protocol implementation.
 <p>
 There are several ways to view the response, selectable by a radio button.</p>
-<p>The default view shows all of the text contained in the
-response.</p>
+<ul>
+<li>Show text</li>
+<li>Render HTML</li>
+<li>Render XML</li>
+<li>Render JSON</li>
+</ul>
+<p>
+The default "Show text" view shows all of the text contained in the
+response. 
+Note that this will only work if the response content-type is considered to be text.
+If the content-type begins with any of the following, it is considered as text,
+otherwise it is considered to be binary.
+<pre>
+text/
+application/javascript
+application/json
+application/xhtml+xml
+application/soap+xml
+</pre>
+Additional types can be added by defining the JMeter property
+<b>content-type_text</b> 
+as a comma-separated list of the content-type prefixes to be matched.
+</p>
 <p>The HTML view attempts to render the response as
 HTML.  The rendered HTML is likely to compare poorly to the view one
 would get in any web browser; however, it does provide a quick



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org