From 747eaa15e59577147468c0f4ef99334420f237d9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 9 Oct 2011 08:52:47 -0400 Subject: [PATCH] landing page update --- httpbin/templates/httpbin.1.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 0093281..b0a7fa6 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -24,6 +24,7 @@
  • /cookies/set/:name/:value Sets a simple cookie.
  • /basic-auth/:user/:passwd Challenges HTTPBasic Auth.
  • /hidden-basic-auth/:user/:passwd 404's if not proper HTTPBasic Auth.
  • +
  • /digest-auth/:qop/:user/:passwd Challanges HTTP Digest Auth