From 9889f2b93aaeef5eef03485ef66fbcbf3b8baecc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 20 Feb 2012 13:18:06 -0500 Subject: [PATCH] #34 --- README.md | 1 + httpbin/templates/httpbin.1.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.