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.