From d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Feb 2016 13:03:40 +0100 Subject: combine projects --- pathod/templates/request_previewform.html | 53 +++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 pathod/templates/request_previewform.html (limited to 'pathod/templates/request_previewform.html') diff --git a/pathod/templates/request_previewform.html b/pathod/templates/request_previewform.html new file mode 100644 index 00000000..91b5598a --- /dev/null +++ b/pathod/templates/request_previewform.html @@ -0,0 +1,53 @@ +
+ + +
+ +examples + +
+

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
get:/Get path /
get:/:b@100100 random bytes as the body
get:/:h"Etag"="';drop table browsers;"Add a header
get:/:u"';drop table browsers;"Add a User-Agent header
get:/:b@100:drDrop the connection randomly
+ +
get:/:b@100,ascii:ir,@1100 ASCII bytes as the body, and randomly inject a random byte
ws:/Initiate a websocket handshake.
+
-- cgit v1.2.3