aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_lang.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-07-30 17:29:36 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-07-30 17:29:36 +1200
commite52a37ffa962f662cfcab8056c8af5b0ac9f416b (patch)
treea7d9f4edf1080422edd19f1360298e914628e675 /libpathod/templates/docs_lang.html
parente26aac1d3c6e4ca9f09cffa9d61d5a632dc35f14 (diff)
downloadmitmproxy-e52a37ffa962f662cfcab8056c8af5b0ac9f416b.tar.gz
mitmproxy-e52a37ffa962f662cfcab8056c8af5b0ac9f416b.tar.bz2
mitmproxy-e52a37ffa962f662cfcab8056c8af5b0ac9f416b.zip
Cleanup of libpathod.test, test example for front page.
Diffstat (limited to 'libpathod/templates/docs_lang.html')
-rw-r--r--libpathod/templates/docs_lang.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/libpathod/templates/docs_lang.html b/libpathod/templates/docs_lang.html
index 46f5f401..ebed7388 100644
--- a/libpathod/templates/docs_lang.html
+++ b/libpathod/templates/docs_lang.html
@@ -31,8 +31,8 @@
<tr>
<td> b<a href="#valuespec">VALUE</a> </td>
<td>
- Set the body. When the body is set, pathod will
- automatically set the appropriate Content-Length header.
+ Set the body. The appropriate Content-Length header is
+ added automatically unless the "r" flag is set.
</td>
</tr>
@@ -104,8 +104,8 @@
<tr>
<td> b<a href="#valuespec">VALUE</a> </td>
<td>
- Set the body. When the body is set, pathod will
- automatically set the appropriate Content-Length header.
+ Set the body. The appropriate Content-Length header is
+ added automatically unless the "r" flag is set.
</td>
</tr>
@@ -143,8 +143,7 @@
<td> r </td>
<td>
Set the "raw" flag on this response. Pathod will not
- calculate a Content-Length header if a body is set, or add
- a Date header to the response.
+ calculate a Content-Length header if a body is set.
</td>
</tr>
</tbody>