mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
readme cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ httpbin(1): HTTP Request & Response Service
|
||||
===========================================
|
||||
|
||||
Freely hosted in [HTTP](http://httpbin.org) &
|
||||
[HTTPS](https://httpbin.herokuapp.com/) flavors by
|
||||
[HTTPS](https://httpbin.herokuapp.com/) flavors, thanks to
|
||||
[Heroku](http://heroku.com/).
|
||||
|
||||
## ENDPOINTS
|
||||
@@ -57,7 +57,7 @@ All endpoint responses are JSON-encoded.
|
||||
"Host": "httpbin.org",
|
||||
"User-Agent": "curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3"
|
||||
},
|
||||
"origin": "::ffff:24.127.96.129",
|
||||
"origin": "24.127.96.129",
|
||||
"url": "http://httpbin.org/get"
|
||||
}
|
||||
|
||||
@@ -78,4 +78,4 @@ Project.
|
||||
|
||||
## SEE ALSO
|
||||
|
||||
<https://github.com/kennethreitz/httpbin>, <http://python-requests.org>
|
||||
<http://python-requests.org>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div class='mp'>
|
||||
<h1>httpbin(1): HTTP Request & Response Service</h1>
|
||||
<p>Freely hosted in <a href="http://httpbin.org">HTTP</a> &
|
||||
<a href="https://httpbin.herokuapp.com/">HTTPS</a> flavors by
|
||||
<a href="https://httpbin.herokuapp.com/">HTTPS</a> flavors, thanks to
|
||||
<a href="http://heroku.com/">Heroku</a>.</p>
|
||||
|
||||
<h2 id="ENDPOINTS">ENDPOINTS</h2>
|
||||
@@ -59,7 +59,7 @@ scenarios. Additional endpoints are being considered (e.g. <code>/deflate</code>
|
||||
"Host": "httpbin.org",
|
||||
"User-Agent": "curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3"
|
||||
},
|
||||
"origin": "::ffff:24.127.96.129",
|
||||
"origin": "24.127.96.129",
|
||||
"url": "http://httpbin.org/get"
|
||||
}
|
||||
</code></pre>
|
||||
@@ -81,6 +81,6 @@ Project.</p>
|
||||
|
||||
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
||||
|
||||
<p><a href="https://github.com/kennethreitz/httpbin" data-bare-link="true">https://github.com/kennethreitz/httpbin</a>, <a href="http://python-requests.org" data-bare-link="true">http://python-requests.org</a></p>
|
||||
<p><a href="http://python-requests.org" data-bare-link="true">http://python-requests.org</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user