update httpbin html

This commit is contained in:
Kenneth Reitz
2011-06-12 19:25:13 -04:00
parent 8e09d4f0da
commit 8ae2571fa1
+3 -2
View File
@@ -76,7 +76,8 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>/</code> This page.<br />
<code>/user-agent</code> Returns user-agent string.<br />
<code>/ip</code> Returns Origin IP.<br />
<code>/user-agent</code> Returns user-agent.<br />
<code>/headers</code> Returns header dict.<br />
<code>/get</code> Returns GET data.<br />
<code>/post</code> Returns POST data.<br />
@@ -93,7 +94,7 @@ for testing POST requests, but not much else. This will cover everything.</p>
<h2 id="EXAMPLES">EXAMPLES</h2>
<pre><code>$ curl http://httpbin.com/useragent
<pre><code>$ curl http://httpbin.com/user-agent
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>