aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/response_previewform.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/response_previewform.html')
-rw-r--r--libpathod/templates/response_previewform.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html
index fbc3de5a..28551015 100644
--- a/libpathod/templates/response_previewform.html
+++ b/libpathod/templates/response_previewform.html
@@ -1,5 +1,5 @@
<form style="margin-bottom: 0" class="form-inline" method="GET" action="/response_preview">
- <input
+ <input
style="width: 18em"
id="spec"
name="spec"
@@ -68,6 +68,12 @@
</td>
<td>100 ASCII bytes as the body, randomly generated 100k header name, with the value 'foo'.</td>
</tr>
+ <tr>
+ <td>
+ <a href="/response_preview?spec=ws">ws</a>
+ </td>
+ <td>A websocket connection acceptance handshake.</td>
+ </tr>
</tbody>
</table>
</div>