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