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.