mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #194 from msabramo/utf8
/encoding/utf8: Add to httpbin.1.html, link to source of UTF-8-demo.txt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<h1>Unicode Demo</h1>
|
||||
|
||||
<p>Taken from http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt</p>
|
||||
<p>Taken from <a
|
||||
href="http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt">http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt</a></p>
|
||||
|
||||
<pre>
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<li><code>/patch</code> Returns PATCH data.</li>
|
||||
<li><code>/put</code> Returns PUT data.</li>
|
||||
<li><code>/delete</code> Returns DELETE data</li>
|
||||
<li><a href="/encoding/utf8"><code>/encoding/utf8</code></a> Returns page containing UTF-8 data.</li>
|
||||
<li><a href="/gzip" data-bare-link="true"><code>/gzip</code></a> Returns gzip-encoded data.</li>
|
||||
<li><a href="/deflate" data-bare-link="true"><code>/deflate</code></a> Returns deflate-encoded data.</li>
|
||||
<li><a href="/status/418"><code>/status/:code</code></a> Returns given HTTP Status code.</li>
|
||||
|
||||
Reference in New Issue
Block a user