mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
fix
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
<h1>httpbin(1): HTTP Request & Response Service</h1>
|
||||
<p>Freely hosted in <a href="http://httpbin.org">HTTP</a>, <a href="https://httpbin.org">HTTPS</a>, & <a href="http://eu.httpbin.org/">EU</a> flavors by <a href="http://kennethreitz.org">Kenneth Reitz</a> & <a href="https://www.heroku.com/">Heroku</a>.</p>
|
||||
|
||||
<h2 id="ENDPOINTS">BONUSPOINTS</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://now.httpbin.org/" data-bare-link="true"><code>now.httpbin.org</code></a> The current time, in a variety of formats.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="ENDPOINTS">ENDPOINTS</h2>
|
||||
|
||||
<ul>
|
||||
@@ -54,12 +60,6 @@
|
||||
<li><a href="{{ url_for('xml') }}" data-bare-link="true"><code>/xml</code></a> Returns some XML</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="ENDPOINTS">BONUSPOINTS</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://now.httpbin.org/" data-bare-link="true"><code>now.httpbin.org</code></a> The current time, in a variety of formats.</li>
|
||||
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p>Testing an HTTP Library can become difficult sometimes. <a href="http://requestb.in">RequestBin</a> is fantastic for testing POST requests, but doesn't let you control the response. This exists to cover all kinds of HTTP scenarios. Additional endpoints are being considered.</p>
|
||||
|
||||
Reference in New Issue
Block a user