From ed60c9612a10fc9883c4f7edf78721c58a2efa6e Mon Sep 17 00:00:00 2001 From: Ryan McCue Date: Wed, 8 Feb 2012 17:57:06 +1000 Subject: [PATCH] Note /delay/:n on index --- httpbin/templates/httpbin.1.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 84b3a8e..2ce6678 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -24,6 +24,7 @@
  • /hidden-basic-auth/:user/:passwd 404'd BasicAuth.
  • /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.
  • /stream/:n Streams n lines.
  • +
  • /delay/:n Delays responding for n seconds.