From 362150a94a349bd8345f47853a0b1c9b9e61a2f2 Mon Sep 17 00:00:00 2001 From: jordan0day Date: Tue, 20 Jan 2015 09:27:37 -0600 Subject: [PATCH] forgot to update index.html with link to stream-bytes functionality --- priv/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/priv/index.html b/priv/index.html index 5a5a23e..ab3e875 100644 --- a/priv/index.html +++ b/priv/index.html @@ -86,6 +86,7 @@
  • /robots.txt Returns some robots.txt rules.
  • /deny Denied by robots.txt file.
  • /cache 200 unless If-Modified-Since was sent, then 304.
  • +
  • /stream-bytes/:n Streams n random bytes of binary data, accepts optional seed and chunk_size integer parameters.
  • /base64/:value Decodes value base64url-encoded string.
  • /image Return an image based on Accept header.
  • /websocket Echo message received through websocket.