From 771be3aa6618708ff5149b27833d1f7f839c0c77 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Tue, 23 Dec 2014 11:18:11 -0800 Subject: [PATCH] httpbin.1.html: Add /encoding/utf8 --- 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 2119255..6cc883b 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -16,6 +16,7 @@
  • /patch Returns PATCH data.
  • /put Returns PUT data.
  • /delete Returns DELETE data
  • +
  • /encoding/utf8 Returns page containing UTF-8 data.
  • /gzip Returns gzip-encoded data.
  • /deflate Returns deflate-encoded data.
  • /status/:code Returns given HTTP Status code.