From dedca540996f337f3965fb87531fd03d7e27e417 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 16 Feb 2016 20:34:14 +0100 Subject: rename pathod source directory --- .../libpathod/templates/response_previewform.html | 87 ---------------------- 1 file changed, 87 deletions(-) delete mode 100644 pathod/libpathod/templates/response_previewform.html (limited to 'pathod/libpathod/templates/response_previewform.html') diff --git a/pathod/libpathod/templates/response_previewform.html b/pathod/libpathod/templates/response_previewform.html deleted file mode 100644 index d46043f3..00000000 --- a/pathod/libpathod/templates/response_previewform.html +++ /dev/null @@ -1,87 +0,0 @@ -
- - - {% if not nocraft %} - go - {% endif %} -
- -examples - -
-

- Check out the complete language docs. Here are - some examples to get you started: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
200A basic HTTP 200 response.
200:rA basic HTTP 200 response with no Content-Length header. This will - hang. -
200:daServer-side disconnect after all content has been sent.
200:b@100 - 100 random bytes as the body. A Content-Lenght header is added, so the disconnect - is no longer needed. -
200:b@100:h"Etag"="';drop table servers;"Add a Server header
200:b@100:drDrop the connection randomly
200:b@100,ascii:ir,@1100 ASCII bytes as the body, and randomly inject a random byte
200:b@1k:c"text/json"1k of random bytes, with a text/json content type
200:b@1k:p50,1201k of random bytes, pause for 120 seconds after 50 bytes
200:b@1k:pr,f1k of random bytes, but hang forever at a random location
- 200:b@100:h@1k,ascii_letters='foo' - - 100 ASCII bytes as the body, randomly generated 100k header name, with the value - 'foo'. -
-
- -{% if not nocraft %} - -{% endif %} -- cgit v1.2.3