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.