aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_lang_responses.html
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-26 11:47:39 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-26 11:48:22 +0200
commit427e6d23ef76ab9f113bce1d17e6a7a8cddb275c (patch)
tree396bb3742e950eb94631223a72b724083453458c /libpathod/templates/docs_lang_responses.html
parentb3b4a63b055c9d66db6663b932ae4e67a7f75e84 (diff)
downloadmitmproxy-427e6d23ef76ab9f113bce1d17e6a7a8cddb275c.tar.gz
mitmproxy-427e6d23ef76ab9f113bce1d17e6a7a8cddb275c.tar.bz2
mitmproxy-427e6d23ef76ab9f113bce1d17e6a7a8cddb275c.zip
apply js-beautify changes selectivly
Diffstat (limited to 'libpathod/templates/docs_lang_responses.html')
-rw-r--r--libpathod/templates/docs_lang_responses.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/libpathod/templates/docs_lang_responses.html b/libpathod/templates/docs_lang_responses.html
index 8939ab26..9a85ff1a 100644
--- a/libpathod/templates/docs_lang_responses.html
+++ b/libpathod/templates/docs_lang_responses.html
@@ -7,10 +7,10 @@
<td>
<p>An integer specifying the HTTP response code.</p>
<p>
- The special method <b>ws</b> creates a valid websocket upgrade response
- (code 101), and moves pathod to websocket mode. Apart from that, websocket
- responses are just like any other, and all aspects of the response
- can be over-ridden.
+ The special method <b>ws</b> creates a valid websocket upgrade
+ response (code 101), and moves pathod to websocket mode. Apart
+ from that, websocket responses are just like any other, and all
+ aspects of the response can be over-ridden.
</p>
</td>
</tr>
@@ -18,8 +18,8 @@
<tr>
<td>m<a href="#valuespec">VALUE</a></td>
<td>
- <span class="badge badge-info">HTTP/1 only</span>
- HTTP Reason message. Automatically chosen according to the response code if not specified.
+ <span class="badge badge-info">HTTP/1 only</span> HTTP Reason message.
+ Automatically chosen according to the response code if not specified.
</td>
</tr>
@@ -55,32 +55,32 @@
<tr>
<td>b<a href="#valuespec">VALUE</a></td>
<td>
- Set the body. The appropriate Content-Length header is added automatically unless the
- "r" flag is set.
+ Set the body. The appropriate Content-Length header is added automatically unless
+ the "r" flag is set.
</td>
</tr>
<tr>
<td>d<a href="#offsetspec">OFFSET</a></td>
<td>
- <span class="badge badge-info">HTTP/1 only</span>
- Disconnect after OFFSET bytes.
+ <span class="badge badge-info">HTTP/1 only</span> Disconnect after
+ OFFSET bytes.
</td>
</tr>
<tr>
<td>i<a href="#offsetspec">OFFSET</a>,<a href="#valuespec">VALUE</a></td>
<td>
- <span class="badge badge-info">HTTP/1 only</span>
- Inject the specified value at the offset.
+ <span class="badge badge-info">HTTP/1 only</span> Inject the specified
+ value at the offset.
</td>
</tr>
<tr>
<td>p<a href="#offsetspec">OFFSET</a>,SECONDS</td>
<td>
- <span class="badge badge-info">HTTP/1 only</span>
- Pause for SECONDS seconds after OFFSET bytes. SECONDS can be an integer or "f" to pause
+ <span class="badge badge-info">HTTP/1 only</span> Pause for SECONDS
+ seconds after OFFSET bytes. SECONDS can be an integer or "f" to pause
forever.
</td>
</tr>