From e87899dd439bfe19a09c2f1fafc3e720590b0ec3 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 21 Jun 2014 12:36:10 -1000 Subject: [PATCH] Add XML endpoint to index --- 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 005a3d3..8e03114 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -37,6 +37,7 @@
  • /deny Denied by robots.txt file.
  • /cache 200 unless If-Modified-Since was sent, then 304.
  • /forms/post HTML form that submits to /post.
  • +
  • /xml Returns some XML.