From 4fe5211a1c103dbfc3c61c512f69f16b3719b0c8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 12 Mar 2014 12:13:39 -0400 Subject: [PATCH] update drip HTML link --- httpbin/templates/httpbin.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 7c4a786..d19c0c0 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -30,7 +30,7 @@
  • /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.
  • /stream/:n Streams n–100 lines.
  • /delay/:n Delays responding for n–10 seconds.
  • -
  • /drip?numbytes=n&duration=s&delay=s Drips data over a duration after an optional initial delay.
  • +
  • /drip?numbytes=400&duration=3&delay=1 Drips data over a duration after an optional initial delay.
  • /html Renders an HTML Page.
  • /robots.txt Returns some robots.txt rules.
  • /deny Denied by robots.txt file.