From d8e71f9d75aef10eaa03903a31956c533b446f64 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Sun, 19 May 2013 10:43:19 +0100 Subject: [PATCH] Add Cache endpoint to the front page. --- httpbin/templates/httpbin.1.html | 1 + 1 file changed, 1 insertion(+) 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.