mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
update httpbin html
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user