diff --git a/README.md b/README.md index 795cc8d..bfe725a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Freely hosted in [HTTP](http://httpbin.org) & - [`/hidden-basic-auth/:user/:passwd`](http://httpbin.org/hidden-basic-auth/user/passwd) 404'd BasicAuth. - [`/digest-auth/:qop/:user/:passwd`](http://httpbin.org/digest-auth/auth/user/passwd) Challenges HTTP Digest Auth. - [`/stream/:n`](http://httpbin.org/stream/100) Streams *n* lines. +- [`/delay/:n`](/delay/3) Delays responding for *n* seconds. ## DESCRIPTION diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 6a56e3a..cc0bbf7 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -25,7 +25,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./delay/:n Delays responding for n seconds.