diff --git a/httpbin/templates/UTF-8-demo.txt b/httpbin/templates/UTF-8-demo.txt index 3c35349..726dd62 100644 --- a/httpbin/templates/UTF-8-demo.txt +++ b/httpbin/templates/UTF-8-demo.txt @@ -1,6 +1,7 @@

Unicode Demo

-

Taken from http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt

+

Taken from http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt

 
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.