From 71ddbfe4456963f7dd3463da5f13940d225cf892 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 12 Mar 2014 12:15:53 -0400 Subject: [PATCH] further updates to the index --- httpbin/templates/httpbin.1.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index d19c0c0..c9dd06e 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -25,12 +25,12 @@
  • /cookies Returns cookie data.
  • /cookies/set?name=value Sets one or more simple cookies.
  • /cookies/delete?name Deletes one or more simple cookies.
  • -
  • /basic-auth/:user/:passwd Challenges HTTPBasic Auth.
  • +
  • /basic-auth/:user/:passwd HTTPBasic Auth.
  • /hidden-basic-auth/:user/:passwd 404'd BasicAuth.
  • /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.
  • /stream/:n Streams n–100 lines.
  • /delay/:n Delays responding for n–10 seconds.
  • -
  • /drip?numbytes=400&duration=3&delay=1 Drips data over a duration after an optional initial delay.
  • +
  • /drip?numbytes=400&duration=3&delay=1 Drip drip drip.
  • /html Renders an HTML Page.
  • /robots.txt Returns some robots.txt rules.
  • /deny Denied by robots.txt file.