From abcc77ce7a09e098a9a6eb2003fb38ca986167c6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 12 Mar 2014 12:17:55 -0400 Subject: [PATCH] index update --- 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 c9dd06e..d526e76 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -27,14 +27,14 @@
  • /cookies/delete?name Deletes one or more simple cookies.
  • /basic-auth/:user/:passwd HTTPBasic Auth.
  • /hidden-basic-auth/:user/:passwd 404'd BasicAuth.
  • -
  • /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.
  • +
  • /digest-auth/:qop/:user/:passwd HTTP Digest Auth.
  • /stream/:n Streams n–100 lines.
  • /delay/:n Delays responding for n–10 seconds.
  • /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.
  • -
  • /cache Returns 200 unless an If-Modified-Since header is provided, when it returns a 304 Not Modified.
  • +
  • /cache 200 unless If-Modified-Since was sent, then 304.