diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index b9c4c48..01a13e7 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -32,6 +32,7 @@ flavors. Sponsored by Runscope.

  • /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.