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.